Searched refs:netpoll_send_udp (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | netpoll.h | 60 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
|
/Linux-v4.19/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-v4.19/net/core/ |
D | netpoll.c | 362 void netpoll_send_udp(struct netpoll *np, const char *msg, int len) in netpoll_send_udp() function 463 EXPORT_SYMBOL(netpoll_send_udp);
|