Home
last modified time | relevance | path

Searched defs:bbr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_bbr.c89 struct bbr { struct
97 u32 mode:3, /* current bbr_mode in state machine */ argument
98 prev_ca_state:3, /* CA state on previous ACK */
99 packet_conservation:1, /* use packet conservation? */
100 round_start:1, /* start of packet-timed tx->ack round? */
101 idle_restart:1, /* restarting after idle? */
102 probe_rtt_round_done:1, /* a BBR_PROBE_RTT round at 4 pkts? */
103 unused:13,
104 lt_is_sampling:1, /* taking long-term ("LT") samples now? */
105 lt_rtt_cnt:7, /* round trips in long-term interval */
[all …]
/openbmc/linux/include/uapi/linux/
H A Dinet_diag.h237 struct tcp_bbr_info bbr; member