Home
last modified time | relevance | path

Searched refs:lenofoh (Results 1 – 1 of 1) sorted by relevance

/src/sys/netinet/
H A Dtcp_reass.c315 struct mbuf *mlast, int lenofoh) in tcp_reass_append() argument
327 last->tqe_mbuf_cnt += lenofoh; in tcp_reass_append()
332 tcp_reass_log_new_in(tp, last->tqe_start, lenofoh, last->tqe_m, in tcp_reass_append()
340 int tlen, struct mbuf *mlast, int lenofoh) in tcp_reass_prepend() argument
363 first->tqe_mbuf_cnt += lenofoh; in tcp_reass_prepend()
368 tcp_reass_log_new_in(tp, first->tqe_start, lenofoh, first->tqe_m, in tcp_reass_prepend()
527 int flags, i, lenofoh; in tcp_reass() local
590 lenofoh = tcp_reass_overhead_of_chain(m, &mlast); in tcp_reass()
592 (sb->sb_mbcnt + tp->t_segqmbuflen + lenofoh) > sb->sb_mbmax) { in tcp_reass()
599 tcp_log_reassm(tp, NULL, NULL, th->th_seq, lenofoh, TCP_R_LOG_LIMIT_REACHED, 0); in tcp_reass()
[all …]