Searched refs:netpoll_send_udp (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | netpoll.h | 60 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
|
/linux/drivers/net/ |
H A D | netconsole.c | 1088 netpoll_send_udp(&nt->np, buf, msg_len); in send_msg_no_fragmentation() 1181 netpoll_send_udp(&nt->np, buf, this_header + this_offset); in send_fragmented_body() 1291 netpoll_send_udp(&nt->np, tmp, frag); in write_msg()
|
/linux/net/core/ |
H A D | netpoll.c | 393 void netpoll_send_udp(struct netpoll *np, const char *msg, int len) in netpoll_send_udp() function 495 EXPORT_SYMBOL(netpoll_send_udp);
|