Lines Matching refs:lenofoh
316 struct mbuf *mlast, int lenofoh) in tcp_reass_append() argument
328 last->tqe_mbuf_cnt += lenofoh; in tcp_reass_append()
333 tcp_reass_log_new_in(tp, last->tqe_start, lenofoh, last->tqe_m, in tcp_reass_append()
341 int tlen, struct mbuf *mlast, int lenofoh) in tcp_reass_prepend() argument
364 first->tqe_mbuf_cnt += lenofoh; in tcp_reass_prepend()
369 tcp_reass_log_new_in(tp, first->tqe_start, lenofoh, first->tqe_m, in tcp_reass_prepend()
528 int flags, i, lenofoh; in tcp_reass() local
591 lenofoh = tcp_reass_overhead_of_chain(m, &mlast); in tcp_reass()
593 (sb->sb_mbcnt + tp->t_segqmbuflen + lenofoh) > sb->sb_mbmax) { in tcp_reass()
600 tcp_log_reassm(tp, NULL, NULL, th->th_seq, lenofoh, TCP_R_LOG_LIMIT_REACHED, 0); in tcp_reass()
670 tcp_reass_append(tp, last, m, th, *tlenp, mlast, lenofoh); in tcp_reass()
671 tp->t_segqmbuflen += lenofoh; in tcp_reass()
755 tcp_reass_prepend(tp, first, m, th, *tlenp, mlast, lenofoh); in tcp_reass()
765 tp->t_segqmbuflen += lenofoh; in tcp_reass()
874 tcp_reass_append(tp, p, m, th, *tlenp, mlast, lenofoh); in tcp_reass()
875 tp->t_segqmbuflen += lenofoh; in tcp_reass()
908 tcp_reass_replace(tp, q, m, th->th_seq, *tlenp, mlast, lenofoh, tcp_get_flags(th)); in tcp_reass()
921 tcp_reass_prepend(tp, q, m, th, *tlenp, mlast, lenofoh); in tcp_reass()
922 tp->t_segqmbuflen += lenofoh; in tcp_reass()
1035 te->tqe_mbuf_cnt = lenofoh; in tcp_reass()