Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp_bbr.c87 struct bbr { struct
95 u32 mode:3, /* current bbr_mode in state machine */ argument
96 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 …]
/Linux-v5.15/include/uapi/linux/
Dinet_diag.h237 struct tcp_bbr_info bbr; member