/freebsd/sys/netinet/ |
H A D | tcp_lro_hpts.c | 294 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress() 300 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress() 310 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress() 316 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress() 327 IP_PROBE(receive, NULL, NULL, le->inner.ip4, NULL, in do_bpf_strip_and_compress() 333 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress() 339 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress() 350 IP_PROBE(receive, NULL, NULL, le->inner.ip6, NULL, NULL, in do_bpf_strip_and_compress()
|
H A D | ip_fastfwd.c | 482 IP_PROBE(send, NULL, NULL, ip, nh->nh_ifp, ip, NULL); in ip_tryforward() 514 IP_PROBE(send, NULL, NULL, in ip_tryforward()
|
H A D | ip_output.c | 802 IP_PROBE(send, NULL, NULL, ip, ifp, ip, NULL); in ip_output() 839 IP_PROBE(send, NULL, NULL, mtod(m, struct ip *), ifp, in ip_output()
|
H A D | ip_input.c | 513 IP_PROBE(receive, NULL, NULL, ip, m->m_pkthdr.rcvif, ip, NULL); in ip_input()
|
H A D | in_kdtrace.h | 33 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ macro
|
/freebsd/sys/netinet6/ |
H A D | ip6_fastfwd.c | 281 IP_PROBE(send, NULL, NULL, ip6, nh->nh_ifp, NULL, ip6); in ip6_tryforward()
|
H A D | send.c | 194 IP_PROBE(send, NULL, NULL, ip6, ifp, NULL, ip6); in send_output()
|
H A D | ip6_input.c | 621 IP_PROBE(receive, NULL, NULL, ip6, rcvif, NULL, ip6); in ip6_input()
|
H A D | ip6_mroute.c | 1595 IP_PROBE(send, NULL, NULL, ip6, ifp, NULL, ip6); in phyint_send()
|
H A D | nd6.c | 2222 IP_PROBE(send, NULL, NULL, mtod(m, struct ip6_hdr *), ifp, NULL, in nd6_output_ifp()
|