Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp_metrics.c408 if (!READ_ONCE(net->ipv4.sysctl_tcp_no_ssthresh_metrics_save) && in tcp_update_metrics()
424 if (!READ_ONCE(net->ipv4.sysctl_tcp_no_ssthresh_metrics_save) && in tcp_update_metrics()
441 if (!READ_ONCE(net->ipv4.sysctl_tcp_no_ssthresh_metrics_save) && in tcp_update_metrics()
486 val = READ_ONCE(net->ipv4.sysctl_tcp_no_ssthresh_metrics_save) ? in tcp_init_metrics()
Dsysctl_net_ipv4.c1231 .data = &init_net.ipv4.sysctl_tcp_no_ssthresh_metrics_save,
Dtcp_ipv4.c3220 net->ipv4.sysctl_tcp_no_ssthresh_metrics_save = 1; in tcp_sk_init()
/Linux-v6.6/include/net/netns/
Dipv4.h160 u8 sysctl_tcp_no_ssthresh_metrics_save; member