Home
last modified time | relevance | path

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

/linux/net/tipc/
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
475 struct sk_buff_head xmitq; tipc_bcast_ack_rcv() local
504 struct sk_buff_head xmitq; tipc_bcast_sync_rcv() local
536 tipc_bcast_add_peer(struct net * net,struct tipc_link * uc_l,struct sk_buff_head * xmitq) tipc_bcast_add_peer() argument
555 struct sk_buff_head xmitq; tipc_bcast_remove_peer() 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
497 tipc_group_filter_msg(struct tipc_group * grp,struct sk_buff_head * inputq,struct sk_buff_head * xmitq) tipc_group_filter_msg() argument
589 tipc_group_update_rcv_win(struct tipc_group * grp,int blks,u32 node,u32 port,struct sk_buff_head * xmitq) tipc_group_update_rcv_win() argument
704 tipc_group_proto_xmit(struct tipc_group * grp,struct tipc_member * m,int mtyp,struct sk_buff_head * xmitq) tipc_group_proto_xmit() argument
743 tipc_group_proto_rcv(struct tipc_group * grp,bool * usr_wakeup,struct tipc_msg * hdr,struct sk_buff_head * inputq,struct sk_buff_head * xmitq) tipc_group_proto_rcv() argument
860 tipc_group_member_evt(struct tipc_group * grp,bool * usr_wakeup,int * sk_rcvbuf,struct tipc_msg * hdr,struct sk_buff_head * inputq,struct sk_buff_head * xmitq) tipc_group_member_evt() argument
[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()
852 * @xmitq: queue for messages to be xmited on
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 tipc_node_link_up(struct tipc_node * n,int bearer_id,struct sk_buff_head * xmitq) tipc_node_link_up() argument
960 tipc_node_link_failover(struct tipc_node * n,struct tipc_link * l,struct tipc_link * tnl,struct sk_buff_head * xmitq) tipc_node_link_failover() argument
989 __tipc_node_link_down(struct tipc_node * n,int * bearer_id,struct sk_buff_head * xmitq,struct tipc_media_addr ** maddr) __tipc_node_link_down() argument
1068 struct sk_buff_head xmitq; tipc_node_link_down() local
1692 struct sk_buff_head xmitq; tipc_node_xmit() local
1773 tipc_node_distr_xmit(struct net * net,struct sk_buff_head * xmitq) tipc_node_distr_xmit() argument
1788 struct sk_buff_head xmitq; tipc_node_broadcast() local
1834 tipc_node_bc_sync_rcv(struct tipc_node * n,struct tipc_msg * hdr,int bearer_id,struct sk_buff_head * xmitq) tipc_node_bc_sync_rcv() argument
1872 struct sk_buff_head xmitq; tipc_node_bc_rcv() local
1931 tipc_node_check_state(struct tipc_node * n,struct sk_buff * skb,int bearer_id,struct sk_buff_head * xmitq) tipc_node_check_state() argument
2085 struct sk_buff_head xmitq; tipc_rcv() local
2210 struct sk_buff_head xmitq; tipc_node_apply_property() local
2424 struct sk_buff_head xmitq; tipc_nl_node_set_link() local
[all...]
H A Dsocket.c1322 * @xmitq: output message area
1326 struct sk_buff_head *xmitq) in tipc_sk_conn_proto_rcv() argument
1362 __skb_queue_tail(xmitq, skb); in tipc_sk_conn_proto_rcv()
1889 struct sk_buff_head xmitq; in tipc_recvmsg() local
1974 __skb_queue_head_init(&xmitq); in tipc_recvmsg()
1977 &xmitq); in tipc_recvmsg()
1978 tipc_node_distr_xmit(sock_net(sk), &xmitq); in tipc_recvmsg()
2146 struct sk_buff_head *xmitq) in tipc_sk_proto_rcv() argument
2156 tipc_sk_conn_proto_rcv(tsk, skb, inputq, xmitq); in tipc_sk_proto_rcv()
2167 tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq); in tipc_sk_proto_rcv()
2191 tipc_sk_filter_connect(struct tipc_sock * tsk,struct sk_buff * skb,struct sk_buff_head * xmitq) tipc_sk_filter_connect() argument
2333 tipc_sk_filter_rcv(struct sock * sk,struct sk_buff * skb,struct sk_buff_head * xmitq) tipc_sk_filter_rcv() argument
2400 struct sk_buff_head xmitq; tipc_sk_backlog_rcv() local
2425 tipc_sk_enqueue(struct sk_buff_head * inputq,struct sock * sk,u32 dport,struct sk_buff_head * xmitq) tipc_sk_enqueue() argument
2480 struct sk_buff_head xmitq; tipc_sk_rcv() local
[all...]
H A Dbearer.c585 struct sk_buff_head *xmitq, in tipc_bearer_xmit() argument
592 if (skb_queue_empty(xmitq)) in tipc_bearer_xmit()
598 __skb_queue_purge(xmitq); in tipc_bearer_xmit()
599 skb_queue_walk_safe(xmitq, skb, tmp) { in tipc_bearer_xmit()
600 __skb_dequeue(xmitq); in tipc_bearer_xmit()
617 struct sk_buff_head *xmitq) in tipc_bearer_bc_xmit() argument
629 __skb_queue_purge(xmitq); in tipc_bearer_bc_xmit()
630 skb_queue_walk_safe(xmitq, skb, tmp) { in tipc_bearer_bc_xmit()
634 __skb_dequeue(xmitq); in tipc_bearer_bc_xmit()
H A Dbearer.h241 struct sk_buff_head *xmitq,
245 struct sk_buff_head *xmitq);
H A Dbcast.h84 struct sk_buff_head *xmitq);
H A Dmsg.c851 struct sk_buff_head *xmitq) in tipc_skb_reject() argument
854 __skb_queue_tail(xmitq, skb); in tipc_skb_reject()
H A Dmsg.h1159 struct sk_buff_head *xmitq);