Lines Matching defs:netns_ipv6
12082 struct netns_ipv6 { struct
12083 struct netns_sysctl_ipv6 sysctl;
12084 struct ipv6_devconf *devconf_all;
12085 struct ipv6_devconf *devconf_dflt;
12086 struct inet_peer_base *peers;
12087 struct fqdir *fqdir;
12088 struct xt_table *ip6table_filter;
12089 struct xt_table *ip6table_mangle;
12090 struct xt_table *ip6table_raw;
12091 struct xt_table *ip6table_security;
12092 struct xt_table *ip6table_nat;
12093 struct fib6_info *fib6_null_entry;
12094 struct rt6_info *ip6_null_entry;
12095 struct rt6_statistics *rt6_stats;
12096 struct timer_list ip6_fib_timer;
12097 struct hlist_head *fib_table_hash;
12098 struct fib6_table *fib6_main_tbl;
12099 struct list_head fib6_walkers;
12102 struct dst_ops ip6_dst_ops;
12103 rwlock_t fib6_walker_lock;
12104 spinlock_t fib6_gc_lock;
12105 unsigned int ip6_rt_gc_expire;
12106 long unsigned int ip6_rt_last_gc;
12107 unsigned int fib6_rules_require_fldissect;
12108 bool fib6_has_custom_rules;
12109 struct rt6_info *ip6_prohibit_entry;
12110 struct rt6_info *ip6_blk_hole_entry;
12111 struct fib6_table *fib6_local_tbl;
12112 struct fib_rules_ops *fib6_rules_ops;
12113 struct sock **icmp_sk;
12114 struct sock *ndisc_sk;
12115 struct sock *tcp_sk;
12116 struct sock *igmp_sk;
12117 struct sock *mc_autojoin_sk;
12118 atomic_t dev_addr_genid;
12119 atomic_t fib6_sernum;
12120 struct seg6_pernet_data *seg6_data;
12121 struct fib_notifier_ops *notifier_ops;
12122 struct fib_notifier_ops *ip6mr_notifier_ops;
12123 unsigned int ipmr_seq;
12124 struct {
12128 } ip6addrlbl_table;