aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.h
diff options
context:
space:
mode:
authorJon Paul Maloy <jon.maloy@ericsson.com>2015-10-22 08:51:48 -0400
committerDavid S. Miller <davem@davemloft.net>2015-10-24 09:56:47 -0400
commit2af5ae372a4b6d6e2d3314af0e9c865d6d64f8d3 (patch)
tree5da9c2e91de35b9111a3badb947416deba5083d8 /net/tipc/bcast.h
parentc49a0a84391bcc313b3dc2a9ceee6de684e07655 (diff)
tipc: clean up unused code and structures
After the previous changes in this series, we can now remove some unused code and structures, both in the broadcast, link aggregation and link code. There are no functional changes in this commit. Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Reviewed-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/bcast.h')
-rw-r--r--net/tipc/bcast.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h
index 0cc72200f1cd..2855b9356a15 100644
--- a/net/tipc/bcast.h
+++ b/net/tipc/bcast.h
@@ -52,28 +52,15 @@ void tipc_bcast_add_peer(struct net *net, struct tipc_link *l,
52void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_bcl); 52void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_bcl);
53void tipc_bcast_inc_bearer_dst_cnt(struct net *net, int bearer_id); 53void tipc_bcast_inc_bearer_dst_cnt(struct net *net, int bearer_id);
54void tipc_bcast_dec_bearer_dst_cnt(struct net *net, int bearer_id); 54void tipc_bcast_dec_bearer_dst_cnt(struct net *net, int bearer_id);
55struct tipc_node *tipc_bclink_retransmit_to(struct net *tn);
56void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked);
57void tipc_bclink_rcv(struct net *net, struct sk_buff *buf);
58u32 tipc_bclink_get_last_sent(struct net *net);
59u32 tipc_bclink_acks_missing(struct tipc_node *n_ptr);
60void tipc_bclink_update_link_state(struct tipc_node *node,
61 u32 last_sent);
62void tipc_bcbearer_sort(struct net *net, struct tipc_node_map *nm_ptr,
63 u32 node, bool action);
64int tipc_bclink_reset_stats(struct net *net);
65int tipc_bclink_set_queue_limits(struct net *net, u32 limit);
66int tipc_bcast_get_mtu(struct net *net); 55int tipc_bcast_get_mtu(struct net *net);
67int tipc_bcast_xmit(struct net *net, struct sk_buff_head *list); 56int tipc_bcast_xmit(struct net *net, struct sk_buff_head *list);
68int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb); 57int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb);
69void tipc_bcast_ack_rcv(struct net *net, struct tipc_link *l, u32 acked); 58void tipc_bcast_ack_rcv(struct net *net, struct tipc_link *l, u32 acked);
70void tipc_bcast_sync_rcv(struct net *net, struct tipc_link *l, 59void tipc_bcast_sync_rcv(struct net *net, struct tipc_link *l,
71 struct tipc_msg *hdr); 60 struct tipc_msg *hdr);
72void tipc_bclink_wakeup_users(struct net *net);
73int tipc_nl_add_bc_link(struct net *net, struct tipc_nl_msg *msg); 61int tipc_nl_add_bc_link(struct net *net, struct tipc_nl_msg *msg);
74int tipc_nl_bc_link_set(struct net *net, struct nlattr *attrs[]); 62int tipc_nl_bc_link_set(struct net *net, struct nlattr *attrs[]);
75void tipc_bclink_input(struct net *net); 63int tipc_bclink_reset_stats(struct net *net);
76void tipc_bclink_sync_state(struct tipc_node *n, struct tipc_msg *msg);
77 64
78static inline void tipc_bcast_lock(struct net *net) 65static inline void tipc_bcast_lock(struct net *net)
79{ 66{