Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c3509 int seg_oh; in bbr_get_header_oh() local
3511 seg_oh = 0; in bbr_get_header_oh()
3514 seg_oh = (bbr->rc_last_options + sizeof(struct tcphdr)); in bbr_get_header_oh()
3520 seg_oh += sizeof(struct ip6_hdr); in bbr_get_header_oh()
3524 seg_oh += sizeof(struct ip); in bbr_get_header_oh()
3529 seg_oh += sizeof(struct ether_header); in bbr_get_header_oh()
3531 return(seg_oh); in bbr_get_header_oh()
3560 uint32_t seg_oh, num_segs, maxseg; in bbr_get_pacing_delay() local
3568 seg_oh = bbr_get_header_oh(bbr); in bbr_get_pacing_delay()
3569 len += (num_segs * seg_oh); in bbr_get_pacing_delay()