| /Linux-v5.4/net/tipc/ |
| D | link.h | 90 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 …]
|
| D | bcast.c | 170 static void tipc_bcbase_xmit(struct net *net, struct sk_buff_head *xmitq) in tipc_bcbase_xmit() argument 177 if (skb_queue_empty(xmitq)) in tipc_bcbase_xmit() 183 tipc_bearer_bc_xmit(net, bearer_id, xmitq); in tipc_bcbase_xmit() 193 skb_queue_walk(xmitq, skb) { in tipc_bcbase_xmit() 201 __skb_queue_purge(xmitq); in tipc_bcbase_xmit() 256 struct sk_buff_head xmitq; in tipc_bcast_xmit() local 259 __skb_queue_head_init(&xmitq); in tipc_bcast_xmit() 262 rc = tipc_link_xmit(l, pkts, &xmitq); in tipc_bcast_xmit() 264 tipc_bcbase_xmit(net, &xmitq); in tipc_bcast_xmit() 427 struct sk_buff_head xmitq; in tipc_bcast_rcv() local [all …]
|
| D | group.c | 102 int mtyp, struct sk_buff_head *xmitq); 200 struct sk_buff_head xmitq; in tipc_group_join() local 202 __skb_queue_head_init(&xmitq); in tipc_group_join() 204 tipc_group_proto_xmit(grp, m, GRP_JOIN_MSG, &xmitq); in tipc_group_join() 207 tipc_node_distr_xmit(net, &xmitq); in tipc_group_join() 215 struct sk_buff_head xmitq; in tipc_group_delete() local 217 __skb_queue_head_init(&xmitq); in tipc_group_delete() 220 tipc_group_proto_xmit(grp, m, GRP_LEAVE_MSG, &xmitq); in tipc_group_delete() 225 tipc_node_distr_xmit(net, &xmitq); in tipc_group_delete() 413 struct sk_buff_head xmitq; in tipc_group_cong() local [all …]
|
| D | node.c | 156 struct sk_buff_head *xmitq, 636 struct sk_buff_head xmitq; in tipc_node_timeout() local 648 __skb_queue_head_init(&xmitq); in tipc_node_timeout() 663 rc = tipc_link_timeout(le->link, &xmitq); in tipc_node_timeout() 668 tipc_bearer_xmit(n->net, bearer_id, &xmitq, &le->maddr); in tipc_node_timeout() 681 struct sk_buff_head *xmitq) in __tipc_node_link_up() argument 710 tipc_link_build_state_msg(nl, xmitq); in __tipc_node_link_up() 719 tipc_bcast_add_peer(n->net, nl, xmitq); in __tipc_node_link_up() 738 tipc_link_tnl_prepare(ol, nl, SYNCH_MSG, xmitq); in __tipc_node_link_up() 747 struct sk_buff_head *xmitq) in tipc_node_link_up() argument [all …]
|
| D | link.c | 236 struct sk_buff_head *xmitq); 240 struct sk_buff_head *xmitq); 243 struct sk_buff_head *xmitq); 245 struct sk_buff_head *xmitq); 250 struct sk_buff_head *xmitq); 342 struct sk_buff_head *xmitq) in tipc_link_add_bc_peer() argument 349 tipc_link_build_bc_init_msg(uc_l, xmitq); in tipc_link_add_bc_peer() 354 struct sk_buff_head *xmitq) in tipc_link_remove_bc_peer() argument 361 tipc_link_bc_ack_rcv(rcv_l, ack, xmitq); in tipc_link_remove_bc_peer() 369 __skb_queue_purge(xmitq); in tipc_link_remove_bc_peer() [all …]
|
| D | group.h | 58 struct sk_buff_head *xmitq); 62 struct sk_buff_head *xmitq); 66 struct sk_buff_head *xmitq); 72 u32 port, struct sk_buff_head *xmitq);
|
| D | bearer.c | 517 struct sk_buff_head *xmitq, in tipc_bearer_xmit() argument 523 if (skb_queue_empty(xmitq)) in tipc_bearer_xmit() 529 __skb_queue_purge(xmitq); in tipc_bearer_xmit() 530 skb_queue_walk_safe(xmitq, skb, tmp) { in tipc_bearer_xmit() 531 __skb_dequeue(xmitq); in tipc_bearer_xmit() 543 struct sk_buff_head *xmitq) in tipc_bearer_bc_xmit() argument 554 __skb_queue_purge(xmitq); in tipc_bearer_bc_xmit() 555 skb_queue_walk_safe(xmitq, skb, tmp) { in tipc_bearer_bc_xmit() 559 __skb_dequeue(xmitq); in tipc_bearer_bc_xmit()
|
| D | socket.c | 1218 struct sk_buff_head *xmitq) in tipc_sk_conn_proto_rcv() argument 1254 __skb_queue_tail(xmitq, skb); in tipc_sk_conn_proto_rcv() 1739 struct sk_buff_head xmitq; in tipc_recvmsg() local 1808 __skb_queue_head_init(&xmitq); in tipc_recvmsg() 1811 &xmitq); in tipc_recvmsg() 1812 tipc_node_distr_xmit(sock_net(sk), &xmitq); in tipc_recvmsg() 1975 struct sk_buff_head *xmitq) in tipc_sk_proto_rcv() argument 1985 tipc_sk_conn_proto_rcv(tsk, skb, inputq, xmitq); in tipc_sk_proto_rcv() 1995 tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq); in tipc_sk_proto_rcv() 1999 hdr, inputq, xmitq); in tipc_sk_proto_rcv() [all …]
|
| D | bearer.h | 231 struct sk_buff_head *xmitq, 234 struct sk_buff_head *xmitq);
|
| D | bcast.h | 83 struct sk_buff_head *xmitq);
|
| D | msg.c | 787 struct sk_buff_head *xmitq) in tipc_skb_reject() argument 790 __skb_queue_tail(xmitq, skb); in tipc_skb_reject()
|
| D | msg.h | 1053 struct sk_buff_head *xmitq);
|