Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dnode.h150 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest,
Dsocket.c265 tipc_node_xmit_skb(sock_net(sk), skb, dnode, selector); in tipc_sk_respond()
471 tipc_node_xmit_skb(net, skb, dnode, tsk->portid); in tipc_release()
1241 tipc_node_xmit_skb(net, skb, dnode, msg_link_selector(msg)); in tipc_sk_send_ack()
1813 tipc_node_xmit_skb(net, skb, dnode, dport); in tipc_sk_rcv()
2114 tipc_node_xmit_skb(net, skb, dnode, tsk->portid); in tipc_shutdown()
2176 tipc_node_xmit_skb(sock_net(sk), skb, peer_node, tsk->portid); in tipc_sk_timeout()
Dname_distr.c105 tipc_node_xmit_skb(net, oskb, dnode, 0); in named_cluster_distribute()
Dnode.c1064 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dnode, in tipc_node_xmit_skb() function