Searched defs:bbr (Results 1 – 2 of 2) sorted by relevance
87 struct bbr { struct95 u32 mode:3, /* current bbr_mode in state machine */ argument96 prev_ca_state:3, /* CA state on previous ACK */97 packet_conservation:1, /* use packet conservation? */98 round_start:1, /* start of packet-timed tx->ack round? */99 idle_restart:1, /* restarting after idle? */100 probe_rtt_round_done:1, /* a BBR_PROBE_RTT round at 4 pkts? */101 unused:13,102 lt_is_sampling:1, /* taking long-term ("LT") samples now? */103 lt_rtt_cnt:7, /* round trips in long-term interval */[all …]
237 struct tcp_bbr_info bbr; member