Searched refs:netpoll_send_udp (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | netpoll.h | 59 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
|
/linux-6.3-rc2/drivers/net/ |
A D | netconsole.c | 777 netpoll_send_udp(&nt->np, msg, msg_len); in send_ext_msg_udp() 812 netpoll_send_udp(&nt->np, buf, this_header + this_chunk); in send_ext_msg_udp() 859 netpoll_send_udp(&nt->np, tmp, frag); in write_msg()
|
/linux-6.3-rc2/net/core/ |
A D | netpoll.c | 383 void netpoll_send_udp(struct netpoll *np, const char *msg, int len) in netpoll_send_udp() function 485 EXPORT_SYMBOL(netpoll_send_udp);
|
Completed in 6 milliseconds