Searched refs:tipc_node_xmit (Results 1 – 6 of 6) sorted by relevance
| /linux/net/tipc/ |
| A D | node.h | 101 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
|
| A D | name_distr.c | 230 tipc_node_xmit(net, &head, dnode, 0); in tipc_named_node_up()
|
| A D | socket.c | 931 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid); in tipc_send_group_msg() 1315 rc = tipc_node_xmit(net, txq, dnode, tsk->portid); in tipc_sk_push_backlog() 1514 rc = tipc_node_xmit(net, &pkts, skaddr.node, tsk->portid); in __tipc_sendmsg() 1625 rc = tipc_node_xmit(net, txq, dnode, tsk->portid); in __tipc_sendstream() 2889 rc = tipc_node_xmit(sock_net(sk), &list, pnode, tsk->portid); in tipc_sk_timeout()
|
| A D | bcast.c | 304 if (tipc_node_xmit(net, &_pkts, dnode, selector) == -ELINKCONG) in tipc_rcast_xmit()
|
| A D | node.c | 1681 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, in tipc_node_xmit() function 1754 tipc_node_xmit(net, &head, dnode, selector); in tipc_node_xmit_skb()
|
| A D | crypto.c | 2267 rc = tipc_node_xmit(net, &pkts, dnode, 0); in tipc_crypto_key_xmit()
|
Completed in 26 milliseconds