Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_bbr.c96 prev_ca_state:3, /* CA state on previous ACK */ member
322 if (bbr->prev_ca_state < TCP_CA_Recovery && bbr->mode != BBR_PROBE_RTT) in bbr_save_cwnd()
481 u8 prev_state = bbr->prev_ca_state, state = inet_csk(sk)->icsk_ca_state; in bbr_set_cwnd_to_recover_or_restore()
502 bbr->prev_ca_state = state; in bbr_set_cwnd_to_recover_or_restore()
1045 bbr->prev_ca_state = TCP_CA_Open; in bbr_init()
1133 bbr->prev_ca_state = TCP_CA_Loss; in bbr_set_state()