Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_cong.c232 ca->flags |= TCP_CONG_NON_RESTRICTED; in tcp_set_default_congestion_control()
283 if (!(ca->flags & TCP_CONG_NON_RESTRICTED)) in tcp_get_allowed_congestion_control()
315 ca->flags &= ~TCP_CONG_NON_RESTRICTED; in tcp_set_allowed_congestion_control()
322 ca->flags |= TCP_CONG_NON_RESTRICTED; in tcp_set_allowed_congestion_control()
373 } else if (!((ca->flags & TCP_CONG_NON_RESTRICTED) || cap_net_admin)) { in tcp_set_congestion_control()
470 .flags = TCP_CONG_NON_RESTRICTED,
Dtcp_bbr.c1141 .flags = TCP_CONG_NON_RESTRICTED,
/Linux-v5.4/include/net/
Dtcp.h990 #define TCP_CONG_NON_RESTRICTED 0x1 macro