Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c3479 int seg_oh; in bbr_get_header_oh() local
3481 seg_oh = 0; in bbr_get_header_oh()
3484 seg_oh = (bbr->rc_last_options + sizeof(struct tcphdr)); in bbr_get_header_oh()
3490 seg_oh += sizeof(struct ip6_hdr); in bbr_get_header_oh()
3496 seg_oh += sizeof(struct ip); in bbr_get_header_oh()
3502 seg_oh += sizeof(struct ether_header); in bbr_get_header_oh()
3504 return(seg_oh); in bbr_get_header_oh()
3533 uint32_t seg_oh, num_segs, maxseg; in bbr_get_pacing_delay() local
3541 seg_oh = bbr_get_header_oh(bbr); in bbr_get_pacing_delay()
3542 len += (num_segs * seg_oh); in bbr_get_pacing_delay()