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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dlink.h236 int tipc_link_send_buf(struct link *l_ptr, struct sk_buff *buf);
H A Dlink.c985 * tipc_link_send_buf() is the 'full path' for messages, called from
990 int tipc_link_send_buf(struct link *l_ptr, struct sk_buff *buf) function
1081 * tipc_link_send(): same as tipc_link_send_buf(), but the link to use has
1099 res = tipc_link_send_buf(l_ptr, buf);
1148 return tipc_link_send_buf(l_ptr, buf); /* All other cases */
2274 tipc_link_send_buf(tunnel, buf);
2317 tipc_link_send_buf(tunnel, buf);
2383 tipc_link_send_buf(tunnel, outbuf);
2589 tipc_link_send_buf(l_ptr, fragm);
H A Dbcast.c394 res = tipc_link_send_buf(bcl, buf);

Completed in 103 milliseconds