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