Lines Matching refs:sk_buff_head
65 struct sk_buff_head inputq;
170 static void tipc_bcbase_xmit(struct net *net, struct sk_buff_head *xmitq) in tipc_bcbase_xmit()
175 struct sk_buff_head _xmitq; in tipc_bcbase_xmit()
252 static int tipc_bcast_xmit(struct net *net, struct sk_buff_head *pkts, in tipc_bcast_xmit()
256 struct sk_buff_head xmitq; in tipc_bcast_xmit()
281 static int tipc_rcast_xmit(struct net *net, struct sk_buff_head *pkts, in tipc_rcast_xmit()
285 struct sk_buff_head _pkts; in tipc_rcast_xmit()
317 struct sk_buff_head tmpq; in tipc_mcast_send_sync()
370 int tipc_mcast_xmit(struct net *net, struct sk_buff_head *pkts, in tipc_mcast_xmit()
374 struct sk_buff_head inputq, localq; in tipc_mcast_xmit()
426 struct sk_buff_head *inputq = &tipc_bc_base(net)->inputq; in tipc_bcast_rcv()
427 struct sk_buff_head xmitq; in tipc_bcast_rcv()
460 struct sk_buff_head *inputq = &tipc_bc_base(net)->inputq; in tipc_bcast_ack_rcv()
462 struct sk_buff_head xmitq; in tipc_bcast_ack_rcv()
488 struct sk_buff_head *inputq = &tipc_bc_base(net)->inputq; in tipc_bcast_sync_rcv()
489 struct sk_buff_head xmitq; in tipc_bcast_sync_rcv()
516 struct sk_buff_head *xmitq) in tipc_bcast_add_peer()
534 struct sk_buff_head *inputq = &tipc_bc_base(net)->inputq; in tipc_bcast_remove_peer()
535 struct sk_buff_head xmitq; in tipc_bcast_remove_peer()
765 void tipc_mcast_filter_msg(struct net *net, struct sk_buff_head *defq, in tipc_mcast_filter_msg()
766 struct sk_buff_head *inputq) in tipc_mcast_filter_msg()