Home
last modified time | relevance | path

Searched refs:tipc_node_xmit (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dnode.h101 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
H A Dname_distr.c214 tipc_node_xmit(net, &head, dnode, 0); in tipc_named_node_up()
H A Dsocket.c910 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid); in tipc_send_group_msg()
1306 rc = tipc_node_xmit(net, txq, dnode, tsk->portid); in tipc_sk_push_backlog()
1506 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid); in __tipc_sendmsg()
1617 rc = tipc_node_xmit(net, txq, dnode, tsk->portid); in __tipc_sendstream()
2885 rc = tipc_node_xmit(sock_net(sk), &list, pnode, tsk->portid); in tipc_sk_timeout()
H A Dbcast.c304 if (tipc_node_xmit(net, &_pkts, dnode, selector) == -ELINKCONG) in tipc_rcast_xmit()
H A Dnode.c1652 * tipc_node_xmit() is the general link level function for message sending
1660 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, in tipc_node_xmit() function
1739 tipc_node_xmit(net, &head, dnode, selector); in tipc_node_xmit_skb()
H A Dcrypto.c2264 rc = tipc_node_xmit(net, &pkts, dnode, 0); in tipc_crypto_key_xmit()
/kernel/linux/linux-6.6/net/tipc/
H A Dnode.h101 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
H A Dname_distr.c222 tipc_node_xmit(net, &head, dnode, 0); in tipc_named_node_up()
H A Dsocket.c933 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid); in tipc_send_group_msg()
1317 rc = tipc_node_xmit(net, txq, dnode, tsk->portid); in tipc_sk_push_backlog()
1516 rc = tipc_node_xmit(net, &pkts, skaddr.node, tsk->portid); in __tipc_sendmsg()
1627 rc = tipc_node_xmit(net, txq, dnode, tsk->portid); in __tipc_sendstream()
2896 rc = tipc_node_xmit(sock_net(sk), &list, pnode, tsk->portid); in tipc_sk_timeout()
H A Dbcast.c304 if (tipc_node_xmit(net, &_pkts, dnode, selector) == -ELINKCONG) in tipc_rcast_xmit()
H A Dnode.c1681 * tipc_node_xmit() - general link level function for message sending
1689 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, in tipc_node_xmit() function
1768 tipc_node_xmit(net, &head, dnode, selector); in tipc_node_xmit_skb()
H A Dcrypto.c2260 rc = tipc_node_xmit(net, &pkts, dnode, 0); in tipc_crypto_key_xmit()

Completed in 27 milliseconds