Searched refs:IP_PROBE (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | ip_fastfwd.c | 450 IP_PROBE(send, NULL, NULL, ip, nh->nh_ifp, ip, NULL); in ip_tryforward() 483 IP_PROBE(send, NULL, NULL, in ip_tryforward()
|
| H A D | in_kdtrace.h | 33 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ macro
|
| H A D | ip_output.c | 811 IP_PROBE(send, NULL, NULL, ip, ifp, ip, NULL); in ip_output() 848 IP_PROBE(send, NULL, NULL, mtod(m, struct ip *), ifp, in ip_output()
|
| H A D | ip_input.c | 506 IP_PROBE(receive, NULL, NULL, ip, m->m_pkthdr.rcvif, ip, NULL); in ip_input()
|
| /f-stack/freebsd/netinet6/ |
| H A D | send.c | 190 IP_PROBE(send, NULL, NULL, ip6, ifp, NULL, ip6); in send_output()
|
| H A D | ip6_fastfwd.c | 281 IP_PROBE(send, NULL, NULL, ip6, nh->nh_ifp, NULL, ip6); in ip6_tryforward()
|
| H A D | ip6_input.c | 632 IP_PROBE(receive, NULL, NULL, ip6, rcvif, NULL, ip6); in ip6_input()
|
| H A D | ip6_mroute.c | 1597 IP_PROBE(send, NULL, NULL, ip6, ifp, NULL, ip6); in phyint_send()
|
| H A D | nd6.c | 2190 IP_PROBE(send, NULL, NULL, mtod(m, struct ip6_hdr *), ifp, NULL, in nd6_output_ifp()
|