tcp_log_reassm
tcp_log_reassm(tp, q, NULL, th->th_seq, *tlenp, TCP_R_LOG_READ, 1);
tcp_log_reassm(tp, q, NULL, 0, 0, TCP_R_LOG_READ, 1);
tcp_log_reassm(tp, q, NULL, th->th_seq, *tlenp, TCP_R_LOG_READ, 2);
tcp_log_reassm(tp, q, NULL, 0, 0, TCP_R_LOG_READ, 2);
tcp_log_reassm(tp, NULL, NULL, th->th_seq, *tlenp, TCP_R_LOG_ZERO, 0);
tcp_log_reassm(tp, NULL, NULL, 0, 0, TCP_R_LOG_ZERO, 0);
tcp_log_reassm(tp, q, NULL, q->tqe_start, q->tqe_len, TCP_R_LOG_DUMP, 0);
tcp_log_reassm(tp, q, NULL, seq, len, logval, cnt);
tcp_log_reassm(tp, last, NULL, th->th_seq, tlen, TCP_R_LOG_APPEND, 0);
tcp_log_reassm(tp, first, NULL, th->th_seq, tlen, TCP_R_LOG_PREPEND, 0);
tcp_log_reassm(tp, first, NULL, 0, i, TCP_R_LOG_TRIM, 1);
tcp_log_reassm(tp, q, NULL, seq, len, TCP_R_LOG_REPLACE, 0);
tcp_log_reassm(tp, q, ent, 0, 0, TCP_R_LOG_MERGE_INTO, 0);
tcp_log_reassm(tp, q, NULL, 0, i, TCP_R_LOG_TRIM, 2);
tcp_log_reassm(tp, NULL, NULL, th->th_seq, lenofoh, TCP_R_LOG_LIMIT_REACHED, 0);
tcp_log_reassm(tp, last, NULL, 0, i, TCP_R_LOG_TRIM, 3);
tcp_log_reassm(tp, first, NULL, 0, i, TCP_R_LOG_TRIM, 4);
tcp_log_reassm(tp, p, NULL, 0, i, TCP_R_LOG_TRIM, 5);