Searched refs:inputq (Results 1 – 7 of 7) 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 | 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 | socket.h | 56 void tipc_sk_rcv(struct net *net, struct sk_buff_head *inputq); 58 struct sk_buff_head *inputq);
|
| 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);
|