net: Allow accepted sockets to be bound to l3mdev domain
[deliverable/linux.git] / include / net / netns / ipv4.h
index c68926b4899c36e77c38b6244dfb8d126685b905..d75be32650ba114f348622b0c4e462d604db8f9f 100644 (file)
@@ -86,6 +86,9 @@ struct netns_ipv4 {
 
        int sysctl_fwmark_reflect;
        int sysctl_tcp_fwmark_accept;
+#ifdef CONFIG_NET_L3_MASTER_DEV
+       int sysctl_tcp_l3mdev_accept;
+#endif
        int sysctl_tcp_mtu_probing;
        int sysctl_tcp_base_mss;
        int sysctl_tcp_probe_threshold;
This page took 0.029906 seconds and 5 git commands to generate.