Home
last modified time | relevance | path

Searched refs:xmitq (Results 1 – 12 of 12) sorted by relevance

/linux/net/tipc/
H A Dlink.h90 int mtyp, struct sk_buff_head *xmitq);
92 struct sk_buff_head *xmitq);
94 struct sk_buff_head *xmitq);
95 void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq);
108 struct sk_buff_head *xmitq);
123 struct sk_buff_head *xmitq);
125 struct sk_buff_head *xmitq);
131 int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq);
133 struct sk_buff_head *xmitq);
134 int tipc_link_build_state_msg(struct tipc_link *l, struct sk_buff_head *xmitq);
[all …]
H A Dbcast.c177 static void tipc_bcbase_xmit(struct net *net, struct sk_buff_head *xmitq) in tipc_bcbase_xmit() argument
184 if (skb_queue_empty(xmitq)) in tipc_bcbase_xmit()
190 tipc_bearer_bc_xmit(net, bearer_id, xmitq); in tipc_bcbase_xmit()
200 skb_queue_walk(xmitq, skb) { in tipc_bcbase_xmit()
208 __skb_queue_purge(xmitq); in tipc_bcbase_xmit()
263 struct sk_buff_head xmitq; in tipc_bcast_xmit() local
266 __skb_queue_head_init(&xmitq); in tipc_bcast_xmit()
269 rc = tipc_link_xmit(l, pkts, &xmitq); in tipc_bcast_xmit()
271 tipc_bcbase_xmit(net, &xmitq); in tipc_bcast_xmit()
440 struct sk_buff_head xmitq; in tipc_bcast_rcv() local
[all …]
H A Dgroup.c103 int mtyp, struct sk_buff_head *xmitq);
201 struct sk_buff_head xmitq; in tipc_group_join() local
203 __skb_queue_head_init(&xmitq); in tipc_group_join()
205 tipc_group_proto_xmit(grp, m, GRP_JOIN_MSG, &xmitq); in tipc_group_join()
208 tipc_node_distr_xmit(net, &xmitq); in tipc_group_join()
216 struct sk_buff_head xmitq; in tipc_group_delete() local
218 __skb_queue_head_init(&xmitq); in tipc_group_delete()
221 tipc_group_proto_xmit(grp, m, GRP_LEAVE_MSG, &xmitq); in tipc_group_delete()
226 tipc_node_distr_xmit(net, &xmitq); in tipc_group_delete()
420 struct sk_buff_head xmitq; in tipc_group_cong() local
[all …]
H A Dgroup.h59 struct sk_buff_head *xmitq);
63 struct sk_buff_head *xmitq);
67 struct sk_buff_head *xmitq);
73 u32 port, struct sk_buff_head *xmitq);
H A Dnode.c175 struct sk_buff_head *xmitq,
805 struct sk_buff_head xmitq; in tipc_node_timeout() local
821 __skb_queue_head_init(&xmitq); in tipc_node_timeout()
836 rc = tipc_link_timeout(le->link, &xmitq); in tipc_node_timeout()
841 tipc_bearer_xmit(n->net, bearer_id, &xmitq, &le->maddr, n); in tipc_node_timeout()
857 struct sk_buff_head *xmitq) in __tipc_node_link_up() argument
886 tipc_link_build_state_msg(nl, xmitq); in __tipc_node_link_up()
895 tipc_bcast_add_peer(n->net, nl, xmitq); in __tipc_node_link_up()
914 tipc_link_tnl_prepare(ol, nl, SYNCH_MSG, xmitq); in __tipc_node_link_up()
926 struct sk_buff_head *xmitq) in tipc_node_link_up() argument
[all …]
H A Dlink.c245 struct sk_buff_head *xmitq);
249 struct sk_buff_head *xmitq);
252 struct sk_buff_head *xmitq);
254 struct sk_buff_head *xmitq);
261 struct sk_buff_head *xmitq,
365 struct sk_buff_head *xmitq) in tipc_link_add_bc_peer() argument
372 tipc_link_build_bc_init_msg(uc_l, xmitq); in tipc_link_add_bc_peer()
377 struct sk_buff_head *xmitq) in tipc_link_remove_bc_peer() argument
384 tipc_link_bc_ack_rcv(rcv_l, ack, 0, NULL, xmitq, NULL); in tipc_link_remove_bc_peer()
392 __skb_queue_purge(xmitq); in tipc_link_remove_bc_peer()
[all …]
H A Dsocket.c1323 * @xmitq: output message area
1327 struct sk_buff_head *xmitq) in tipc_sk_conn_proto_rcv()
1363 __skb_queue_tail(xmitq, skb); in tipc_sk_conn_proto_rcv()
1893 struct sk_buff_head xmitq; in tipc_recvmsg()
1978 __skb_queue_head_init(&xmitq); in tipc_recvmsg()
1981 &xmitq); in tipc_recvmsg()
1982 tipc_node_distr_xmit(sock_net(sk), &xmitq); in tipc_recvmsg()
2150 struct sk_buff_head *xmitq) in tipc_sk_proto_rcv()
2160 tipc_sk_conn_proto_rcv(tsk, skb, inputq, xmitq); in tipc_sk_proto_rcv()
2171 tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq); in tipc_sk_proto_rcv()
1326 tipc_sk_conn_proto_rcv(struct tipc_sock * tsk,struct sk_buff * skb,struct sk_buff_head * inputq,struct sk_buff_head * xmitq) tipc_sk_conn_proto_rcv() argument
1889 struct sk_buff_head xmitq; tipc_recvmsg() local
2146 tipc_sk_proto_rcv(struct sock * sk,struct sk_buff_head * inputq,struct sk_buff_head * xmitq) tipc_sk_proto_rcv() argument
2191 tipc_sk_filter_connect(struct tipc_sock * tsk,struct sk_buff * skb,struct sk_buff_head * xmitq) tipc_sk_filter_connect() argument
2335 tipc_sk_filter_rcv(struct sock * sk,struct sk_buff * skb,struct sk_buff_head * xmitq) tipc_sk_filter_rcv() argument
2402 struct sk_buff_head xmitq; tipc_sk_backlog_rcv() local
2427 tipc_sk_enqueue(struct sk_buff_head * inputq,struct sock * sk,u32 dport,struct sk_buff_head * xmitq) tipc_sk_enqueue() argument
2482 struct sk_buff_head xmitq; tipc_sk_rcv() local
[all...]
H A Dbearer.h241 struct sk_buff_head *xmitq,
245 struct sk_buff_head *xmitq);
H A Dbearer.c586 struct sk_buff_head *xmitq, in tipc_bearer_xmit()
593 if (skb_queue_empty(xmitq)) in tipc_bearer_xmit()
599 __skb_queue_purge(xmitq); in tipc_bearer_xmit()
600 skb_queue_walk_safe(xmitq, skb, tmp) { in tipc_bearer_xmit()
601 __skb_dequeue(xmitq); in tipc_bearer_xmit()
618 struct sk_buff_head *xmitq) in tipc_bearer_bc_xmit()
630 __skb_queue_purge(xmitq); in tipc_bearer_bc_xmit()
631 skb_queue_walk_safe(xmitq, skb, tmp) { in tipc_bearer_bc_xmit()
635 __skb_dequeue(xmitq); in tipc_bearer_bc_xmit()
585 tipc_bearer_xmit(struct net * net,u32 bearer_id,struct sk_buff_head * xmitq,struct tipc_media_addr * dst,struct tipc_node * __dnode) tipc_bearer_xmit() argument
617 tipc_bearer_bc_xmit(struct net * net,u32 bearer_id,struct sk_buff_head * xmitq) tipc_bearer_bc_xmit() argument
H A Dbcast.h84 struct sk_buff_head *xmitq);
H A Dmsg.c863 struct sk_buff_head *xmitq)
866 __skb_queue_tail(xmitq, skb);
851 tipc_skb_reject(struct net * net,int err,struct sk_buff * skb,struct sk_buff_head * xmitq) tipc_skb_reject() argument
H A Dmsg.h1159 struct sk_buff_head *xmitq);