Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_cong.c231 ca->flags |= TCP_CONG_NON_RESTRICTED; in tcp_set_default_congestion_control()
282 if (!(ca->flags & TCP_CONG_NON_RESTRICTED)) in tcp_get_allowed_congestion_control()
314 ca->flags &= ~TCP_CONG_NON_RESTRICTED; in tcp_set_allowed_congestion_control()
321 ca->flags |= TCP_CONG_NON_RESTRICTED; in tcp_set_allowed_congestion_control()
371 } else if (!((ca->flags & TCP_CONG_NON_RESTRICTED) || in tcp_set_congestion_control()
469 .flags = TCP_CONG_NON_RESTRICTED,
Dtcp_bbr.c948 .flags = TCP_CONG_NON_RESTRICTED,
/Linux-v4.19/include/net/
Dtcp.h968 #define TCP_CONG_NON_RESTRICTED 0x1 macro