Searched refs:tipc_link_xmit_skb (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | socket.c | 263 tipc_link_xmit_skb(sock_net(sk), skb, dnode, 0); in tsk_rej_rx_queue() 445 tipc_link_xmit_skb(net, skb, dnode, 0); in tipc_release() 461 tipc_link_xmit_skb(net, skb, dnode, tsk->portid); in tipc_release() 1226 tipc_link_xmit_skb(net, skb, dnode, msg_link_selector(msg)); in tipc_sk_send_ack() 1705 tipc_link_xmit_skb(net, skb, dnode, tsk->portid); in tipc_backlog_rcv() 1801 tipc_link_xmit_skb(net, skb, dnode, dport); in tipc_sk_rcv() 2094 tipc_link_xmit_skb(net, skb, dnode, in tipc_shutdown() 2104 tipc_link_xmit_skb(net, skb, dnode, tsk->portid); in tipc_shutdown() 2166 tipc_link_xmit_skb(sock_net(sk), skb, peer_node, tsk->portid); in tipc_sk_timeout()
|
D | link.h | 227 int tipc_link_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest,
|
D | name_distr.c | 105 tipc_link_xmit_skb(net, oskb, dnode, dnode); in named_cluster_distribute()
|
D | link.c | 776 int tipc_link_xmit_skb(struct net *net, struct sk_buff *skb, u32 dnode, in tipc_link_xmit_skb() function
|