Searched refs:lenofoh (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_reass.c | 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() [all …]
|