Searched refs:TCP_R_LOG_TRIM (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_reass.c | 90 #define TCP_R_LOG_TRIM 11 macro 352 tcp_log_reassm(tp, first, NULL, 0, i, TCP_R_LOG_TRIM, 1); in tcp_reass_prepend() 474 tcp_log_reassm(tp, q, NULL, 0, i, TCP_R_LOG_TRIM, 2); in tcp_reass_merge_forward() 647 tcp_log_reassm(tp, last, NULL, 0, i, TCP_R_LOG_TRIM, 3); in tcp_reass() 745 tcp_log_reassm(tp, first, NULL, 0, i, TCP_R_LOG_TRIM, 4); in tcp_reass() 855 tcp_log_reassm(tp, p, NULL, 0, i, TCP_R_LOG_TRIM, 5); in tcp_reass()
|