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