Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnetpoll.h67 int netpoll_send_udp(struct netpoll *np, const char *msg, int len);
/linux-6.15/net/core/
H A Dnetpoll.c399 int netpoll_send_udp(struct netpoll *np, const char *msg, int len) in netpoll_send_udp() function
500 EXPORT_SYMBOL(netpoll_send_udp);
/linux-6.15/drivers/net/
H A Dnetconsole.c1364 int result = netpoll_send_udp(&nt->np, msg, len); in send_udp()