Searched refs:netpoll_send_udp (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | netpoll.h | 57 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
|
/linux-4.4.14/drivers/net/ |
D | netconsole.c | 790 netpoll_send_udp(&nt->np, msg, msg_len); in send_ext_msg_udp() 825 netpoll_send_udp(&nt->np, buf, this_header + this_chunk); in send_ext_msg_udp() 872 netpoll_send_udp(&nt->np, tmp, frag); in write_msg()
|
/linux-4.4.14/net/core/ |
D | netpoll.c | 378 void netpoll_send_udp(struct netpoll *np, const char *msg, int len) in netpoll_send_udp() function 479 EXPORT_SYMBOL(netpoll_send_udp);
|