tipc_link_send_buf  394 net/tipc/bcast.c 	res = tipc_link_send_buf(bcl, buf);
tipc_link_send_buf 1168 net/tipc/link.c 			res = tipc_link_send_buf(l_ptr, buf);
tipc_link_send_buf 1217 net/tipc/link.c 	return tipc_link_send_buf(l_ptr, buf);  /* All other cases */
tipc_link_send_buf 2401 net/tipc/link.c 	tipc_link_send_buf(tunnel, buf);
tipc_link_send_buf 2444 net/tipc/link.c 			tipc_link_send_buf(tunnel, buf);
tipc_link_send_buf 2510 net/tipc/link.c 		tipc_link_send_buf(tunnel, outbuf);
tipc_link_send_buf 2718 net/tipc/link.c 		tipc_link_send_buf(l_ptr, fragm);
tipc_link_send_buf  240 net/tipc/link.h int tipc_link_send_buf(struct link *l_ptr, struct sk_buff *buf);