/freebsd/sys/netinet/ |
H A D | tcp_timewait.c | 334 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in tcp_twcheck() 342 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in tcp_twcheck()
|
H A D | tcp_syncache.c | 1561 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in syncache_add() 1750 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in syncache_add() 1767 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in syncache_add() 2019 TCP_PROBE5(send, NULL, NULL, ip6, NULL, th); in syncache_respond() 2049 TCP_PROBE5(send, NULL, NULL, ip, NULL, th); in syncache_respond()
|
H A D | tcp_output.c | 1462 TCP_PROBE5(connect__request, NULL, tp, ip6, tp, th); in tcp_default_output() 1464 TCP_PROBE5(send, NULL, tp, ip6, tp, th); in tcp_default_output() 1504 TCP_PROBE5(connect__request, NULL, tp, ip, tp, th); in tcp_default_output() 1506 TCP_PROBE5(send, NULL, tp, ip, tp, th); in tcp_default_output()
|
H A D | tcp_input.c | 1159 TCP_PROBE5(receive, NULL, tp, m, tp, th); in tcp_input_with_port() 1370 TCP_PROBE5(receive, NULL, tp, m, tp, th); in tcp_input_with_port() 1408 TCP_PROBE5(receive, NULL, tp, m, tp, th); in tcp_input_with_port() 1414 TCP_PROBE5(receive, NULL, tp, m, tp, th); in tcp_input_with_port() 2020 TCP_PROBE5(connect__refused, NULL, tp, in tcp_do_segment() 2085 TCP_PROBE5(connect__established, NULL, tp, in tcp_do_segment() 2497 TCP_PROBE5(accept__established, NULL, tp, in tcp_do_segment()
|
H A D | tcp_lro_hpts.c | 368 TCP_PROBE5(receive, NULL, tp, m, tp, th); in do_bpf_strip_and_compress()
|
H A D | in_kdtrace.h | 47 #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ macro
|
H A D | tcp_subr.c | 2078 TCP_PROBE5(accept__refused, NULL, NULL, m, tp, nth); in tcp_respond() 2132 TCP_PROBE5(send, NULL, tp, ip6, tp, nth); in tcp_respond() 2142 TCP_PROBE5(send, NULL, tp, ip, tp, nth); in tcp_respond()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 8768 TCP_PROBE5(connect__refused, NULL, tp, in bbr_do_syn_sent() 8853 TCP_PROBE5(connect__established, NULL, tp, in bbr_do_syn_sent() 9096 TCP_PROBE5(accept__established, NULL, tp, in bbr_do_syn_recv() 13546 TCP_PROBE5(connect__request, NULL, tp, ip6, tp, th); in bbr_output_wtime() 13548 TCP_PROBE5(send, NULL, tp, ip6, tp, th); in bbr_output_wtime() 13589 TCP_PROBE5(connect__request, NULL, tp, ip, tp, th); in bbr_output_wtime() 13591 TCP_PROBE5(send, NULL, tp, ip, tp, th); in bbr_output_wtime()
|
H A D | rack.c | 12881 TCP_PROBE5(connect__refused, NULL, tp, in rack_do_syn_sent() 12982 TCP_PROBE5(connect__established, NULL, tp, in rack_do_syn_sent() 13203 TCP_PROBE5(accept__established, NULL, tp, in rack_do_syn_recv() 22004 TCP_PROBE5(connect__request, NULL, tp, ip6, tp, th); in rack_output() 22006 TCP_PROBE5(send, NULL, tp, ip6, tp, th); in rack_output() 22049 TCP_PROBE5(connect__request, NULL, tp, ip, tp, th); in rack_output() 22051 TCP_PROBE5(send, NULL, tp, ip, tp, th); in rack_output()
|