Searched refs:tipc_node_xmit_skb (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | node.h | 79 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest,
|
D | socket.c | 253 tipc_node_xmit_skb(sock_net(sk), skb, dnode, selector); in tipc_sk_respond() 535 tipc_node_xmit_skb(net, skb, dnode, tsk->portid); in __tipc_shutdown() 1644 tipc_node_xmit_skb(net, skb, dnode, msg_link_selector(msg)); in tipc_sk_send_ack() 2271 tipc_node_xmit_skb(net, skb, dnode, dport); in tipc_sk_rcv() 2596 tipc_node_xmit_skb(net, skb, peer_node, own_port); in tipc_sk_timeout()
|
D | node.c | 1403 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dnode, in tipc_node_xmit_skb() function 1425 tipc_node_xmit_skb(net, skb, dnode, selector); in tipc_node_distr_xmit() 1447 tipc_node_xmit_skb(net, txskb, dst, 0); in tipc_node_broadcast()
|