Searched refs:TCP_PROBE5 (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Din_kdtrace.h47 #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ macro
H A Dtcp_timewait.c475 TCP_PROBE5(receive, NULL, NULL, m, NULL, th);
480 TCP_PROBE5(receive, NULL, NULL, m, NULL, th);
627 TCP_PROBE5(send, NULL, NULL, ip6, NULL, th);
643 TCP_PROBE5(send, NULL, NULL, ip, NULL, th);
H A Dtcp_syncache.c1490 TCP_PROBE5(receive, NULL, NULL, m, NULL, th);
1654 TCP_PROBE5(receive, NULL, NULL, m, NULL, th);
1673 TCP_PROBE5(receive, NULL, NULL, m, NULL, th);
1892 TCP_PROBE5(send, NULL, NULL, ip6, NULL, th);
1913 TCP_PROBE5(send, NULL, NULL, ip, NULL, th);
H A Dtcp_output.c1387 TCP_PROBE5(connect__request, NULL, tp, ip6, tp, th);
1389 TCP_PROBE5(send, NULL, tp, ip6, tp, th);
1432 TCP_PROBE5(connect__request, NULL, tp, ip, tp, th);
1434 TCP_PROBE5(send, NULL, tp, ip, tp, th);
H A Dtcp_input.c1157 TCP_PROBE5(receive, NULL, tp, m, tp, th);
1392 TCP_PROBE5(receive, NULL, tp, m, tp, th);
1405 TCP_PROBE5(receive, NULL, tp, m, tp, th);
1429 TCP_PROBE5(receive, NULL, tp, m, tp, th);
2014 TCP_PROBE5(connect__refused, NULL, tp,
2079 TCP_PROBE5(connect__established, NULL, tp,
2464 TCP_PROBE5(accept__established, NULL, tp,
H A Dtcp_subr.c1569 TCP_PROBE5(accept__refused, NULL, NULL, m, tp, nth);
1573 TCP_PROBE5(send, NULL, tp, ip6, tp, nth);
1582 TCP_PROBE5(send, NULL, tp, ip, tp, nth);
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack.c5379 TCP_PROBE5(connect__refused, NULL, tp,
5437 TCP_PROBE5(connect__established, NULL, tp,
5652 TCP_PROBE5(accept__established, NULL, tp,
8577 TCP_PROBE5(connect__request, NULL, tp, ip6, tp, th);
8579 TCP_PROBE5(send, NULL, tp, ip6, tp, th);
8620 TCP_PROBE5(connect__request, NULL, tp, ip, tp, th);
8622 TCP_PROBE5(send, NULL, tp, ip, tp, th);

Completed in 193 milliseconds