Searched refs:netpoll_send_udp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | netpoll.h | 58 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netpoll.h | 59 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
|
/kernel/linux/linux-5.10/drivers/net/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | netconsole.c | 847 netpoll_send_udp(&nt->np, msg_ready, msg_len); in send_ext_msg_udp() 885 netpoll_send_udp(&nt->np, buf, this_header + this_chunk); in send_ext_msg_udp() 932 netpoll_send_udp(&nt->np, tmp, frag); in write_msg()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | netpoll.c | 400 void netpoll_send_udp(struct netpoll *np, const char *msg, int len) in netpoll_send_udp() function 501 EXPORT_SYMBOL(netpoll_send_udp); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A D | netpoll.c | 400 void netpoll_send_udp(struct netpoll *np, const char *msg, int len) in netpoll_send_udp() function 502 EXPORT_SYMBOL(netpoll_send_udp); variable
|
Completed in 6 milliseconds