Searched refs:tipc_node_xmit_skb (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/tipc/ |
D | node.h | 104 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest,
|
D | node.c | 1719 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dnode, in tipc_node_xmit_skb() function 1741 tipc_node_xmit_skb(net, skb, dnode, selector); in tipc_node_distr_xmit() 1774 tipc_node_xmit_skb(net, txskb, dst, 0); in tipc_node_broadcast()
|
D | socket.c | 286 tipc_node_xmit_skb(sock_net(sk), skb, dnode, selector); in tipc_sk_respond() 583 tipc_node_xmit_skb(net, skb, dnode, tsk->portid); in __tipc_shutdown() 1818 tipc_node_xmit_skb(sock_net(&tsk->sk), skb, tsk_peer_node(tsk), in tipc_sk_send_ack() 2488 tipc_node_xmit_skb(net, skb, dnode, dport); in tipc_sk_rcv()
|