Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_bbr.c98 prev_ca_state:3, /* CA state on previous ACK */ member
325 if (bbr->prev_ca_state < TCP_CA_Recovery && bbr->mode != BBR_PROBE_RTT) in bbr_save_cwnd()
484 u8 prev_state = bbr->prev_ca_state, state = inet_csk(sk)->icsk_ca_state; in bbr_set_cwnd_to_recover_or_restore()
505 bbr->prev_ca_state = state; in bbr_set_cwnd_to_recover_or_restore()
1047 bbr->prev_ca_state = TCP_CA_Open; in bbr_init()
1135 bbr->prev_ca_state = TCP_CA_Loss; in bbr_set_state()