Searched refs:inputq (Results 1 – 9 of 9) sorted by relevance
/linux/net/tipc/ |
H A D | bcast.c | 66 struct sk_buff_head inputq; member 382 struct sk_buff_head inputq, localq; in tipc_mcast_xmit() local 388 skb_queue_head_init(&inputq); in tipc_mcast_xmit() 424 tipc_sk_mcast_rcv(net, &localq, &inputq); in tipc_mcast_xmit() 439 struct sk_buff_head *inputq = &tipc_bc_base(net)->inputq; in tipc_bcast_rcv() local 460 if (!skb_queue_empty(inputq)) in tipc_bcast_rcv() 461 tipc_sk_rcv(net, inputq); in tipc_bcast_rcv() 473 struct sk_buff_head *inputq = &tipc_bc_base(net)->inputq; in tipc_bcast_ack_rcv() local 490 if (!skb_queue_empty(inputq)) in tipc_bcast_ack_rcv() 491 tipc_sk_rcv(net, inputq); in tipc_bcast_ack_rcv() [all …]
|
H A D | group.h | 58 struct sk_buff_head *inputq, 62 struct sk_buff_head *inputq, 66 struct sk_buff_head *inputq,
|
H A D | socket.h | 56 void tipc_sk_rcv(struct net *net, struct sk_buff_head *inputq); 58 struct sk_buff_head *inputq);
|
H A D | group.c | 496 void tipc_group_filter_msg(struct tipc_group *grp, struct sk_buff_head *inputq, in tipc_group_filter_msg() argument 499 struct sk_buff *skb = __skb_dequeue(inputq); in tipc_group_filter_msg() 566 __skb_queue_tail(inputq, skb); in tipc_group_filter_msg() 671 struct sk_buff_head *inputq) in tipc_group_create_event() argument 700 __skb_queue_tail(inputq, skb); in tipc_group_create_event() 742 struct tipc_msg *hdr, struct sk_buff_head *inputq, in tipc_group_proto_rcv() argument 779 m->bc_syncpt, inputq); in tipc_group_proto_rcv() 790 m->bc_syncpt, inputq); in tipc_group_proto_rcv() 859 struct sk_buff_head *inputq, in tipc_group_member_evt() argument 904 m->bc_syncpt, inputq); in tipc_group_member_evt() [all …]
|
H A D | link.c | 185 struct sk_buff_head *inputq; member 345 return l->inputq; in tipc_link_inputq() 482 struct sk_buff_head *inputq, in tipc_link_create() argument 526 l->inputq = inputq; in tipc_link_create() 534 skb_queue_head_init(l->inputq); in tipc_link_create() 557 struct sk_buff_head *inputq, in tipc_link_bc_create() argument 566 bc_sndlink, NULL, inputq, namedq, link)) in tipc_link_bc_create() 912 struct sk_buff_head *inputq = l->inputq; in link_prepare_wakeup() local 932 spin_lock_bh(&inputq->lock); in link_prepare_wakeup() 933 skb_queue_splice_tail(&tmpq, inputq); in link_prepare_wakeup() [all …]
|
H A D | socket.c | 1191 struct sk_buff_head *inputq) in tipc_sk_mcast_rcv() argument 1207 skb = tipc_skb_peek(arrvq, &inputq->lock); in tipc_sk_mcast_rcv() 1208 for (; skb; skb = tipc_skb_peek(arrvq, &inputq->lock)) { in tipc_sk_mcast_rcv() 1223 spin_lock_bh(&inputq->lock); in tipc_sk_mcast_rcv() 1226 __skb_queue_tail(inputq, skb); in tipc_sk_mcast_rcv() 1229 spin_unlock_bh(&inputq->lock); in tipc_sk_mcast_rcv() 1254 spin_lock_bh(&inputq->lock); in tipc_sk_mcast_rcv() 1256 skb_queue_splice_tail_init(&tmpq, inputq); in tipc_sk_mcast_rcv() 1260 spin_unlock_bh(&inputq->lock); in tipc_sk_mcast_rcv() 1264 tipc_sk_rcv(net, inputq); in tipc_sk_mcast_rcv() [all …]
|
H A D | link.h | 80 struct sk_buff_head *inputq, 85 struct sk_buff_head *inputq,
|
H A D | node.c | 68 struct sk_buff_head inputq; member 179 static void node_lost_contact(struct tipc_node *n, struct sk_buff_head *inputq); 1041 node_lost_contact(n, &le->inputq); in __tipc_node_link_down() 1094 tipc_sk_rcv(n->net, &le->inputq); in tipc_node_link_down() 1285 &le->inputq, in tipc_node_check_dest() 1517 struct sk_buff_head *inputq) in node_lost_contact() argument 1551 skb_queue_tail(inputq, skb); in node_lost_contact() 1630 struct sk_buff_head inputq; in tipc_lxc_xmit() local 1646 skb_queue_head_init(&inputq); in tipc_lxc_xmit() 1647 tipc_sk_mcast_rcv(peer_net, list, &inputq); in tipc_lxc_xmit() [all …]
|
H A D | bcast.h | 110 struct sk_buff_head *inputq);
|