Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_reass.c267 tcp_log_reassm(tp, q, NULL, seq, len, logval, cnt); in tcp_reass_log_new_in()
362 tcp_log_reassm(tp, first, NULL, 0, i, TCP_R_LOG_TRIM, 1); in tcp_reass_prepend()
396 tcp_log_reassm(tp, q, NULL, seq, len, TCP_R_LOG_REPLACE, 0); in tcp_reass_replace()
428 tcp_log_reassm(tp, q, ent, 0, 0, TCP_R_LOG_MERGE_INTO, 0); in tcp_reass_merge_into()
484 tcp_log_reassm(tp, q, NULL, 0, i, TCP_R_LOG_TRIM, 2); in tcp_reass_merge_forward()
643 tcp_log_reassm(tp, last, NULL, 0, i, TCP_R_LOG_TRIM, 3); in tcp_reass()
741 tcp_log_reassm(tp, first, NULL, 0, i, TCP_R_LOG_TRIM, 4); in tcp_reass()
851 tcp_log_reassm(tp, p, NULL, 0, i, TCP_R_LOG_TRIM, 5); in tcp_reass()
1073 tcp_log_reassm(tp, q, NULL, 0, 0, TCP_R_LOG_READ, 1); in tcp_reass()
1082 tcp_log_reassm(tp, q, NULL, 0, 0, TCP_R_LOG_READ, 2); in tcp_reass()
[all …]