Searched defs:inputq (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/net/tipc/
H A Dbcast.c60 struct sk_buff_head inputq; member in struct:tipc_bc_base
183 struct sk_buff_head xmitq, inputq, rcvq; tipc_bcast_xmit() local
219 struct sk_buff_head *inputq = &tipc_bc_base(net)->inputq; tipc_bcast_rcv() local
252 struct sk_buff_head *inputq = &tipc_bc_base(net)->inputq; tipc_bcast_ack_rcv() local
275 struct sk_buff_head *inputq = &tipc_bc_base(net)->inputq; tipc_bcast_sync_rcv() local
318 struct sk_buff_head *inputq = &tipc_bc_base(net)->inputq; tipc_bcast_remove_peer() local
H A Dname_distr.c388 void tipc_named_rcv(struct net *net, struct sk_buff_head *inputq) tipc_named_rcv() argument
H A Dnode.h73 struct sk_buff_head inputq; member in struct:tipc_link_entry
H A Dlink.h202 struct sk_buff_head *inputq; member in struct:tipc_link
H A Dnode.c855 node_lost_contact(struct tipc_node *n, struct sk_buff_head *inputq) node_lost_contact() argument
H A Dlink.c257 tipc_link_create(struct net *net, char *if_name, int bearer_id, int tolerance, char net_plane, u32 mtu, int priority, int window, u32 session, u32 ownnode, u32 peer, u16 peer_caps, struct tipc_link *bc_sndlink, struct tipc_link *bc_rcvlink, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link **link) tipc_link_create() argument
323 tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer, int mtu, int window, u16 peer_caps, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link *bc_sndlink, struct tipc_link **link) tipc_link_bc_create() argument
863 tipc_data_input(struct tipc_link *l, struct sk_buff *skb, struct sk_buff_head *inputq) tipc_data_input() argument
894 tipc_link_input(struct tipc_link *l, struct sk_buff *skb, struct sk_buff_head *inputq) tipc_link_input() argument
H A Dsocket.c1734 static void tipc_sk_enqueue(struct sk_buff_head *inputq, struct sock *sk, tipc_sk_enqueue() argument
1776 void tipc_sk_rcv(struct net *net, struct sk_buff_head *inputq) tipc_sk_rcv() argument
726 tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq, struct sk_buff_head *inputq) tipc_sk_mcast_rcv() argument

Completed in 153 milliseconds