Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_reass.c195 tcp_log_reassm(struct tcpcb *tp, struct tseg_qent *q, struct tseg_qent *p, in tcp_log_reassm() function
239 tcp_log_reassm(tp, q, NULL, q->tqe_start, q->tqe_len, TCP_R_LOG_DUMP, 0); in tcp_reass_log_dump()
257 tcp_log_reassm(tp, q, NULL, seq, len, logval, cnt); in tcp_reass_log_new_in()
320 tcp_log_reassm(tp, last, NULL, th->th_seq, tlen, TCP_R_LOG_APPEND, 0); in tcp_reass_append()
346 tcp_log_reassm(tp, first, NULL, th->th_seq, tlen, TCP_R_LOG_PREPEND, 0); in tcp_reass_prepend()
352 tcp_log_reassm(tp, first, NULL, 0, i, TCP_R_LOG_TRIM, 1); in tcp_reass_prepend()
386 tcp_log_reassm(tp, q, NULL, seq, len, TCP_R_LOG_REPLACE, 0); in tcp_reass_replace()
418 tcp_log_reassm(tp, q, ent, 0, 0, TCP_R_LOG_MERGE_INTO, 0); in tcp_reass_merge_into()
474 tcp_log_reassm(tp, q, NULL, 0, i, TCP_R_LOG_TRIM, 2); in tcp_reass_merge_forward()
600 tcp_log_reassm(tp, NULL, NULL, th->th_seq, lenofoh, TCP_R_LOG_LIMIT_REACHED, 0); in tcp_reass()
[all …]