Searched refs:netpoll_send_udp (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | netpoll.h | 58 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
|
| /Linux-v5.4/drivers/net/ |
| D | netconsole.c | 778 netpoll_send_udp(&nt->np, msg, msg_len); in send_ext_msg_udp() 813 netpoll_send_udp(&nt->np, buf, this_header + this_chunk); in send_ext_msg_udp() 860 netpoll_send_udp(&nt->np, tmp, frag); in write_msg()
|
| /Linux-v5.4/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);
|