Searched refs:UDP_PROBE (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/netinet/
H A Din_kdtrace.h33 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ macro
H A Dudp_usrreq.c579 UDP_PROBE(receive, NULL, last, ip,
614 UDP_PROBE(receive, NULL, last, ip, last, uh);
670 UDP_PROBE(receive, NULL, NULL, ip, NULL, uh);
690 UDP_PROBE(receive, NULL, inp, ip, inp, uh);
706 UDP_PROBE(receive, NULL, inp, ip, inp, uh);
1515 UDP_PROBE(send, NULL, inp, &ui->ui_i, inp, &ui->ui_u);
/freebsd-11-stable/sys/netinet6/
H A Dudp6_usrreq.c368 UDP_PROBE(receive, NULL, last, ip6,
401 UDP_PROBE(receive, NULL, last, ip6, last, uh);
459 UDP_PROBE(receive, NULL, NULL, ip6, NULL, uh);
480 UDP_PROBE(receive, NULL, inp, ip6, inp, uh);
895 UDP_PROBE(send, NULL, inp, ip6, inp, udp6);

Completed in 211 milliseconds