aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/bcast.h')
-rw-r--r--net/tipc/bcast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h
index 484bde289d3a..dadad953e2be 100644
--- a/net/tipc/bcast.h
+++ b/net/tipc/bcast.h
@@ -101,7 +101,7 @@ int tipc_bclink_reset_stats(struct net *net);
101u32 tipc_bcast_get_broadcast_mode(struct net *net); 101u32 tipc_bcast_get_broadcast_mode(struct net *net);
102u32 tipc_bcast_get_broadcast_ratio(struct net *net); 102u32 tipc_bcast_get_broadcast_ratio(struct net *net);
103 103
104void tipc_mcast_filter_msg(struct sk_buff_head *defq, 104void tipc_mcast_filter_msg(struct net *net, struct sk_buff_head *defq,
105 struct sk_buff_head *inputq); 105 struct sk_buff_head *inputq);
106 106
107static inline void tipc_bcast_lock(struct net *net) 107static inline void tipc_bcast_lock(struct net *net)