Lines Matching defs:netns_ipv4
29 struct netns_ipv4 { struct
31 struct ctl_table_header *forw_hdr;
32 struct ctl_table_header *frags_hdr;
33 struct ctl_table_header *ipv4_hdr;
34 struct ctl_table_header *route_hdr;
35 struct ctl_table_header *xfrm4_hdr;
37 struct ipv4_devconf *devconf_all;
38 struct ipv4_devconf *devconf_dflt;
40 struct fib_rules_ops *rules_ops;
41 bool fib_has_custom_rules;
42 struct fib_table __rcu *fib_local;
43 struct fib_table __rcu *fib_main;
44 struct fib_table __rcu *fib_default;
47 int fib_num_tclassid_users;
49 struct hlist_head *fib_table_hash;
50 bool fib_offload_disabled;
51 struct sock *fibnl;
53 struct sock * __percpu *icmp_sk;
54 struct sock *mc_autojoin_sk;
56 struct inet_peer_base *peers;
57 struct sock * __percpu *tcp_sk;
58 struct netns_frags frags;
60 struct xt_table *iptable_filter;
61 struct xt_table *iptable_mangle;
62 struct xt_table *iptable_raw;
63 struct xt_table *arptable_filter;
65 struct xt_table *iptable_security;
67 struct xt_table *nat_table;
70 int sysctl_icmp_echo_ignore_all;
71 int sysctl_icmp_echo_ignore_broadcasts;
72 int sysctl_icmp_ignore_bogus_error_responses;
73 int sysctl_icmp_ratelimit;
74 int sysctl_icmp_ratemask;
75 int sysctl_icmp_errors_use_inbound_ifaddr;
77 struct local_ports ip_local_ports;
79 int sysctl_tcp_ecn;
80 int sysctl_ip_no_pmtu_disc;
81 int sysctl_ip_fwd_use_pmtu;
82 int sysctl_ip_nonlocal_bind;
84 int sysctl_fwmark_reflect;
85 int sysctl_tcp_fwmark_accept;
86 int sysctl_tcp_mtu_probing;
87 int sysctl_tcp_base_mss;
88 int sysctl_tcp_probe_threshold;
89 u32 sysctl_tcp_probe_interval;
91 struct ping_group_range ping_group_range;
93 atomic_t dev_addr_genid;
96 unsigned long *sysctl_local_reserved_ports;
101 struct mr_table *mrt;
103 struct list_head mr_tables;
104 struct fib_rules_ops *mr_rules_ops;
107 atomic_t rt_genid;