tcp_reass_log_new_in
tcp_reass_log_new_in(tp, th->th_seq, *tlenp, m, TCP_R_LOG_NEW_ENTRY, te);
tcp_reass_log_new_in(tp, q->tqe_start, q->tqe_len, q->tqe_m, TCP_R_LOG_READ, q);
tcp_reass_log_new_in(tp, last->tqe_start, lenofoh, last->tqe_m,
tcp_reass_log_new_in(tp, first->tqe_start, lenofoh, first->tqe_m,
tcp_reass_log_new_in(tp, th->th_seq, *tlenp, m, TCP_R_LOG_ADD, NULL);