Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetpoll.h60 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
/linux/drivers/net/
H A Dnetconsole.c1088 netpoll_send_udp(&nt->np, buf, msg_len); in send_msg_no_fragmentation()
1181 netpoll_send_udp(&nt->np, buf, this_header + this_offset); in send_fragmented_body()
1291 netpoll_send_udp(&nt->np, tmp, frag); in write_msg()
/linux/net/core/
H A Dnetpoll.c393 void netpoll_send_udp(struct netpoll *np, const char *msg, int len) in netpoll_send_udp() function
495 EXPORT_SYMBOL(netpoll_send_udp);