| /f-stack/freebsd/netinet/ |
| H A D | tcp_timewait.c | 476 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in tcp_twcheck() 481 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in tcp_twcheck() 628 TCP_PROBE5(send, NULL, NULL, ip6, NULL, th); in tcp_twrespond() 644 TCP_PROBE5(send, NULL, NULL, ip, NULL, th); in tcp_twrespond()
|
| H A D | in_kdtrace.h | 47 #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ macro
|
| H A D | tcp_output.c | 1438 TCP_PROBE5(connect__request, NULL, tp, ip6, tp, th); in tcp_output() 1440 TCP_PROBE5(send, NULL, tp, ip6, tp, th); in tcp_output() 1483 TCP_PROBE5(connect__request, NULL, tp, ip, tp, th); in tcp_output() 1485 TCP_PROBE5(send, NULL, tp, ip, tp, th); in tcp_output()
|
| H A D | tcp_syncache.c | 1636 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in syncache_add() 1814 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in syncache_add() 1833 TCP_PROBE5(receive, NULL, NULL, m, NULL, th); in syncache_add() 2054 TCP_PROBE5(send, NULL, NULL, ip6, NULL, th); in syncache_respond() 2075 TCP_PROBE5(send, NULL, NULL, ip, NULL, th); in syncache_respond()
|
| H A D | tcp_input.c | 1146 TCP_PROBE5(receive, NULL, tp, m, tp, th); in tcp_input() 1375 TCP_PROBE5(receive, NULL, tp, m, tp, th); in tcp_input() 1386 TCP_PROBE5(receive, NULL, tp, m, tp, th); in tcp_input() 1398 TCP_PROBE5(receive, NULL, tp, m, tp, th); in tcp_input() 2006 TCP_PROBE5(connect__refused, NULL, tp, in tcp_do_segment() 2071 TCP_PROBE5(connect__established, NULL, tp, in tcp_do_segment() 2447 TCP_PROBE5(accept__established, NULL, tp, in tcp_do_segment()
|
| H A D | tcp_subr.c | 1665 TCP_PROBE5(accept__refused, NULL, NULL, m, tp, nth); in tcp_respond() 1669 TCP_PROBE5(send, NULL, tp, ip6, tp, nth); in tcp_respond() 1678 TCP_PROBE5(send, NULL, tp, ip, tp, nth); in tcp_respond()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 9192 TCP_PROBE5(connect__refused, NULL, tp, in rack_do_syn_sent() 9277 TCP_PROBE5(connect__established, NULL, tp, in rack_do_syn_sent() 9491 TCP_PROBE5(accept__established, NULL, tp, in rack_do_syn_recv() 13741 TCP_PROBE5(connect__request, NULL, tp, ip6, tp, th); in rack_output() 13743 TCP_PROBE5(send, NULL, tp, ip6, tp, th); in rack_output() 13784 TCP_PROBE5(connect__request, NULL, tp, ip, tp, th); in rack_output() 13786 TCP_PROBE5(send, NULL, tp, ip, tp, th); in rack_output()
|
| H A D | bbr.c | 8867 TCP_PROBE5(connect__refused, NULL, tp, in bbr_do_syn_sent() 8952 TCP_PROBE5(connect__established, NULL, tp, in bbr_do_syn_sent() 9192 TCP_PROBE5(accept__established, NULL, tp, in bbr_do_syn_recv() 13763 TCP_PROBE5(connect__request, NULL, tp, ip6, tp, th); in bbr_output_wtime() 13765 TCP_PROBE5(send, NULL, tp, ip6, tp, th); in bbr_output_wtime() 13806 TCP_PROBE5(connect__request, NULL, tp, ip, tp, th); in bbr_output_wtime() 13808 TCP_PROBE5(send, NULL, tp, ip, tp, th); in bbr_output_wtime()
|