Home
last modified time | relevance | path

Searched refs:IP_PROBE (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_fastfwd.c450 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 Din_kdtrace.h33 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ macro
H A Dip_output.c811 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 Dip_input.c506 IP_PROBE(receive, NULL, NULL, ip, m->m_pkthdr.rcvif, ip, NULL); in ip_input()
/f-stack/freebsd/netinet6/
H A Dsend.c190 IP_PROBE(send, NULL, NULL, ip6, ifp, NULL, ip6); in send_output()
H A Dip6_fastfwd.c281 IP_PROBE(send, NULL, NULL, ip6, nh->nh_ifp, NULL, ip6); in ip6_tryforward()
H A Dip6_input.c632 IP_PROBE(receive, NULL, NULL, ip6, rcvif, NULL, ip6); in ip6_input()
H A Dip6_mroute.c1597 IP_PROBE(send, NULL, NULL, ip6, ifp, NULL, ip6); in phyint_send()
H A Dnd6.c2190 IP_PROBE(send, NULL, NULL, mtod(m, struct ip6_hdr *), ifp, NULL, in nd6_output_ifp()