Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_reass.c326 struct mbuf *mlast, int lenofoh) in tcp_reass_append() argument
338 last->tqe_mbuf_cnt += lenofoh; in tcp_reass_append()
351 int tlen, struct mbuf *mlast, int lenofoh) in tcp_reass_prepend() argument
374 first->tqe_mbuf_cnt += lenofoh; in tcp_reass_prepend()
537 int flags, i, lenofoh; in tcp_reass() local
586 lenofoh = tcp_reass_overhead_of_chain(m, &mlast); in tcp_reass()
667 tp->t_segqmbuflen += lenofoh; in tcp_reass()
761 tp->t_segqmbuflen += lenofoh; in tcp_reass()
871 tp->t_segqmbuflen += lenofoh; in tcp_reass()
918 tp->t_segqmbuflen += lenofoh; in tcp_reass()
[all …]