Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_nv.c90 u8 nv_allow_cwnd_growth:1, /* whether cwnd can grow */ member
159 ca->nv_allow_cwnd_growth = 1; in tcpnv_init()
191 if (!ca->nv_allow_cwnd_growth) in tcpnv_cong_avoid()
225 ca->nv_allow_cwnd_growth = 0; in tcpnv_state()
263 ca->nv_allow_cwnd_growth = 0; in tcpnv_acked()
358 ca->nv_allow_cwnd_growth = 1; in tcpnv_acked()
392 if (ca->nv_allow_cwnd_growth && in tcpnv_acked()
394 ca->nv_allow_cwnd_growth = 0; in tcpnv_acked()
399 ca->nv_allow_cwnd_growth = 0; in tcpnv_acked()
420 ca->nv_allow_cwnd_growth = 1; in tcpnv_acked()