summaryrefslogtreecommitdiffstats
path: root/kernel/include/net/netns/ipv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/net/netns/ipv4.h')
-rw-r--r--kernel/include/net/netns/ipv4.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/include/net/netns/ipv4.h b/kernel/include/net/netns/ipv4.h
index b4bdbe10b..dd0751e76 100644
--- a/kernel/include/net/netns/ipv4.h
+++ b/kernel/include/net/netns/ipv4.h
@@ -19,6 +19,7 @@ struct sock;
struct local_ports {
seqlock_t lock;
int range[2];
+ bool warned;
};
struct ping_group_range {
@@ -78,6 +79,8 @@ struct netns_ipv4 {
struct local_ports ip_local_ports;
int sysctl_tcp_ecn;
+ int sysctl_tcp_ecn_fallback;
+
int sysctl_ip_no_pmtu_disc;
int sysctl_ip_fwd_use_pmtu;
int sysctl_ip_nonlocal_bind;