ipv4.h (4353dd3b70783ebbc83fcf12d9c0af3fbab0223b) | ipv4.h (4f80116d3df3b23ee4b83ea8557629e1799bc230) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * ipv4 in net namespaces 4 */ 5 6#ifndef __NETNS_IPV4_H__ 7#define __NETNS_IPV4_H__ 8 --- 97 unchanged lines hidden (view full) --- 106 int sysctl_ip_dynaddr; 107 int sysctl_ip_early_demux; 108#ifdef CONFIG_NET_L3_MASTER_DEV 109 int sysctl_raw_l3mdev_accept; 110#endif 111 int sysctl_tcp_early_demux; 112 int sysctl_udp_early_demux; 113 | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * ipv4 in net namespaces 4 */ 5 6#ifndef __NETNS_IPV4_H__ 7#define __NETNS_IPV4_H__ 8 --- 97 unchanged lines hidden (view full) --- 106 int sysctl_ip_dynaddr; 107 int sysctl_ip_early_demux; 108#ifdef CONFIG_NET_L3_MASTER_DEV 109 int sysctl_raw_l3mdev_accept; 110#endif 111 int sysctl_tcp_early_demux; 112 int sysctl_udp_early_demux; 113 |
114 int sysctl_nexthop_compat_mode; 115 |
|
114 int sysctl_fwmark_reflect; 115 int sysctl_tcp_fwmark_accept; 116#ifdef CONFIG_NET_L3_MASTER_DEV 117 int sysctl_tcp_l3mdev_accept; 118#endif 119 int sysctl_tcp_mtu_probing; 120 int sysctl_tcp_mtu_probe_floor; 121 int sysctl_tcp_base_mss; --- 106 unchanged lines hidden --- | 116 int sysctl_fwmark_reflect; 117 int sysctl_tcp_fwmark_accept; 118#ifdef CONFIG_NET_L3_MASTER_DEV 119 int sysctl_tcp_l3mdev_accept; 120#endif 121 int sysctl_tcp_mtu_probing; 122 int sysctl_tcp_mtu_probe_floor; 123 int sysctl_tcp_base_mss; --- 106 unchanged lines hidden --- |