Home
last modified time | relevance | path

Searched refs:TA_OUTPUT (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_debug.c168 case TA_OUTPUT: in tcp_trace()
179 if (act == TA_OUTPUT) { in tcp_trace()
183 if (act == TA_OUTPUT) in tcp_trace()
HDtcp_debug.h62 #define TA_OUTPUT 1 macro
HDtcp_output.c1322 tcp_trace(TA_OUTPUT, tp->t_state, tp, mtod(m, void *), th, 0); in tcp_output()
HDtcp_subr.c1009 tcp_trace(TA_OUTPUT, 0, tp, mtod(m, void *), th, 0); in tcp_respond()
/NextBSD/cddl/lib/libdtrace/
HDtcp.d262 #pragma D binding "1.12.1" TA_OUTPUT
263 inline int TA_OUTPUT = 1; variable
276 direction == TA_OUTPUT ? "output" :
279 direction == TA_OUTPUT ? "drop" :
/NextBSD/usr.sbin/trpt/
HDtrpt.c340 case TA_OUTPUT: in tcp_trace()
374 if (act == TA_OUTPUT) { in tcp_trace()
380 if (act == TA_OUTPUT) in tcp_trace()