Home
last modified time | relevance | path

Searched refs:tipc_link_send_buf (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/net/tipc/
Dlink.h226 int tipc_link_send_buf(struct link *l_ptr, struct sk_buff *buf);
Dlink.c851 int tipc_link_send_buf(struct link *l_ptr, struct sk_buff *buf) in tipc_link_send_buf() function
955 res = tipc_link_send_buf(l_ptr, buf); in tipc_link_send()
996 return tipc_link_send_buf(l_ptr, buf); /* All other cases */ in link_send_buf_fast()
2167 tipc_link_send_buf(tunnel, buf); in tipc_link_tunnel()
2206 tipc_link_send_buf(tunnel, buf); in tipc_link_changeover()
2269 tipc_link_send_buf(tunnel, outbuf); in tipc_link_send_duplicate()
2457 tipc_link_send_buf(l_ptr, fragm); in link_send_long_buf()
Dbcast.c416 res = tipc_link_send_buf(bcl, buf); in tipc_bclink_send_msg()