Home
last modified time | relevance | path

Searched refs:tipc_link_xmit_skb (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/tipc/
Dsocket.c263 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()
Dlink.h227 int tipc_link_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest,
Dname_distr.c105 tipc_link_xmit_skb(net, oskb, dnode, dnode); in named_cluster_distribute()
Dlink.c776 int tipc_link_xmit_skb(struct net *net, struct sk_buff *skb, u32 dnode, in tipc_link_xmit_skb() function