Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h754 uint16_t bbr_segs_rcvd; /* In Segment count since we sent a ack */ member
H A Dbbr.c4032 ((bbr->bbr_segs_rcvd + nsegs) < tp->t_delayed_ack) && \
8333 bbr->bbr_segs_rcvd += max(1, nsegs); in bbr_process_data()
8621 bbr->bbr_segs_rcvd += max(1, nsegs); in bbr_do_fastnewdata()
8912 bbr->bbr_segs_rcvd += 1; in bbr_do_syn_sent()
13835 bbr->bbr_segs_rcvd = 0; in bbr_output_wtime()