aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/socket.c')
-rw-r--r--net/tipc/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c
index a7b3e1a070e4..8ac8ddf1e324 100644
--- a/net/tipc/socket.c
+++ b/net/tipc/socket.c
@@ -2166,7 +2166,7 @@ static void tipc_sk_filter_rcv(struct sock *sk, struct sk_buff *skb,
2166 tipc_group_filter_msg(grp, &inputq, xmitq); 2166 tipc_group_filter_msg(grp, &inputq, xmitq);
2167 2167
2168 if (unlikely(!grp) && mtyp == TIPC_MCAST_MSG) 2168 if (unlikely(!grp) && mtyp == TIPC_MCAST_MSG)
2169 tipc_mcast_filter_msg(&tsk->mc_method.deferredq, &inputq); 2169 tipc_mcast_filter_msg(net, &tsk->mc_method.deferredq, &inputq);
2170 2170
2171 /* Validate and add to receive buffer if there is space */ 2171 /* Validate and add to receive buffer if there is space */
2172 while ((skb = __skb_dequeue(&inputq))) { 2172 while ((skb = __skb_dequeue(&inputq))) {