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

/net/tipc/
H A Dlink.h226 int tipc_link_send_buf(struct tipc_link *l_ptr, struct sk_buff *buf);
H A Dlink.c844 * tipc_link_send_buf() is the 'full path' for messages, called from
848 int tipc_link_send_buf(struct tipc_link *l_ptr, struct sk_buff *buf) function
921 * tipc_link_send(): same as tipc_link_send_buf(), but the link to use has
937 res = tipc_link_send_buf(l_ptr, buf);
1056 return tipc_link_send_buf(l_ptr, buf); /* All other cases */
2169 tipc_link_send_buf(tunnel, buf);
2206 tipc_link_send_buf(tunnel, buf);
2269 tipc_link_send_buf(tunnel, outbuf);
H A Dbcast.c373 res = tipc_link_send_buf(bcl, buf);

Completed in 58 milliseconds