Home
last modified time | relevance | path

Searched refs:netpoll_send_udp (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/
Dnetpoll.h59 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
/linux-6.6.21/drivers/net/
Dnetconsole.c847 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()
/linux-6.6.21/net/core/
Dnetpoll.c400 void netpoll_send_udp(struct netpoll *np, const char *msg, int len) in netpoll_send_udp() function
502 EXPORT_SYMBOL(netpoll_send_udp);