Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h745 uint16_t no_pacing_until:8, /* No pacing until N packet epochs */ member
H A Dbbr.c2888 (bbr->r_ctl.rc_pkt_epoch >= bbr->no_pacing_until)) { in bbr_set_pktepoch()
10021 bbr->no_pacing_until = bbr_no_pacing_until; in bbr_google_mode_off()
10023 if (bbr->no_pacing_until) in bbr_google_mode_off()
10115 bbr->no_pacing_until = bbr_no_pacing_until; in bbr_init()
10116 if (bbr->no_pacing_until) in bbr_init()
14465 bbr->no_pacing_until = 0; in bbr_set_sockopt()
14468 bbr->no_pacing_until = optval; in bbr_set_sockopt()
14469 if ((bbr->r_ctl.rc_pkt_epoch < bbr->no_pacing_until) && in bbr_set_sockopt()
14716 optval = bbr->no_pacing_until; in bbr_get_sockopt()