Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp_plb.c34 if (cong_ratio < READ_ONCE(net->ipv4.sysctl_tcp_plb_cong_thresh)) in tcp_plb_update_state()
Dsysctl_net_ipv4.c1467 .data = &init_net.ipv4.sysctl_tcp_plb_cong_thresh,
Dtcp_ipv4.c3277 net->ipv4.sysctl_tcp_plb_cong_thresh = (1 << TCP_PLB_SCALE) / 2; in tcp_sk_init()
/Linux-v6.6/include/net/netns/
Dipv4.h192 int sysctl_tcp_plb_cong_thresh; member