Searched refs:TCP_CONG_NON_RESTRICTED (Results 1 – 3 of 3) sorted by relevance
231 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,
948 .flags = TCP_CONG_NON_RESTRICTED,
968 #define TCP_CONG_NON_RESTRICTED 0x1 macro