Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_metrics.c388 if (!READ_ONCE(net->ipv4.sysctl_tcp_no_ssthresh_metrics_save) && in tcp_update_metrics()
404 if (!READ_ONCE(net->ipv4.sysctl_tcp_no_ssthresh_metrics_save) && in tcp_update_metrics()
421 if (!READ_ONCE(net->ipv4.sysctl_tcp_no_ssthresh_metrics_save) && in tcp_update_metrics()
466 val = READ_ONCE(net->ipv4.sysctl_tcp_no_ssthresh_metrics_save) ? in tcp_init_metrics()
H A Dsysctl_net_ipv4.c1151 .data = &init_net.ipv4.sysctl_tcp_no_ssthresh_metrics_save,
H A Dtcp_ipv4.c2890 net->ipv4.sysctl_tcp_no_ssthresh_metrics_save = 1; in tcp_sk_init()
/OK3568_Linux_fs/kernel/include/net/netns/
H A Dipv4.h161 int sysctl_tcp_no_ssthresh_metrics_save; member