| /freebsd/sys/netinet/ |
| H A D | tcp_timewait.c | 322 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in tcp_twcheck() 330 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in tcp_twcheck()
|
| 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_syncache.c | 1586 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in syncache_add() 1786 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in syncache_add() 1806 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in syncache_add() 2056 TCP_PROBE5(send, NULL, NULL, ip6, NULL, th); in syncache_respond() 2086 TCP_PROBE5(send, NULL, NULL, ip, NULL, th); in syncache_respond()
|
| H A D | tcp_input.c | 1130 TCP_PROBE5(receive, NULL, tp, m, tp, th); in tcp_input_with_port() 1340 TCP_PROBE5(receive, NULL, tp, m, tp, th); in tcp_input_with_port() 1378 TCP_PROBE5(receive, NULL, tp, m, tp, th); in tcp_input_with_port() 1384 TCP_PROBE5(receive, NULL, tp, m, tp, th); in tcp_input_with_port() 1990 TCP_PROBE5(connect__refused, NULL, tp, in tcp_do_segment() 2055 TCP_PROBE5(connect__established, NULL, tp, in tcp_do_segment() 2467 TCP_PROBE5(accept__established, NULL, tp, in tcp_do_segment()
|
| H A D | tcp_lro_hpts.c | 370 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 | 2087 TCP_PROBE5(accept__refused, NULL, NULL, m, tp, nth); in tcp_respond() 2141 TCP_PROBE5(send, NULL, tp, ip6, tp, nth); in tcp_respond() 2151 TCP_PROBE5(send, NULL, tp, ip, tp, nth); in tcp_respond()
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 8763 TCP_PROBE5(connect__refused, NULL, tp, in bbr_do_syn_sent() 8848 TCP_PROBE5(connect__established, NULL, tp, in bbr_do_syn_sent() 9091 TCP_PROBE5(accept__established, NULL, tp, in bbr_do_syn_recv() 13540 TCP_PROBE5(connect__request, NULL, tp, ip6, tp, th); in bbr_output_wtime() 13542 TCP_PROBE5(send, NULL, tp, ip6, tp, th); in bbr_output_wtime() 13583 TCP_PROBE5(connect__request, NULL, tp, ip, tp, th); in bbr_output_wtime() 13585 TCP_PROBE5(send, NULL, tp, ip, tp, th); in bbr_output_wtime()
|
| H A D | rack.c | 12754 TCP_PROBE5(connect__refused, NULL, tp, in rack_do_syn_sent() 12855 TCP_PROBE5(connect__established, NULL, tp, in rack_do_syn_sent() 13076 TCP_PROBE5(accept__established, NULL, tp, in rack_do_syn_recv() 21886 TCP_PROBE5(connect__request, NULL, tp, ip6, tp, th); in rack_output() 21888 TCP_PROBE5(send, NULL, tp, ip6, tp, th); in rack_output() 21931 TCP_PROBE5(connect__request, NULL, tp, ip, tp, th); in rack_output() 21933 TCP_PROBE5(send, NULL, tp, ip, tp, th); in rack_output()
|