Searched refs:tipc_node_xmit (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | node.h | 76 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
|
D | name_distr.c | 196 tipc_node_xmit(net, &head, dnode, 0); in tipc_named_node_up()
|
D | bcast.c | 278 if (tipc_node_xmit(net, &_pkts, dnode, selector) == -ELINKCONG) in tipc_rcast_xmit()
|
D | node.c | 1351 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, in tipc_node_xmit() function 1410 tipc_node_xmit(net, &head, dnode, selector); in tipc_node_xmit_skb()
|
D | socket.c | 849 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid); in tipc_send_group_msg() 1375 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid); in __tipc_sendmsg() 1452 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid); in __tipc_sendstream()
|