Lines Matching defs:netns_ipv6
11188 struct netns_ipv6 { struct
11189 struct dst_ops ip6_dst_ops;
11190 struct netns_sysctl_ipv6 sysctl;
11191 struct ipv6_devconf *devconf_all;
11192 struct ipv6_devconf *devconf_dflt;
11193 struct inet_peer_base *peers;
11194 struct fqdir *fqdir;
11195 struct fib6_info *fib6_null_entry;
11196 struct rt6_info *ip6_null_entry;
11197 struct rt6_statistics *rt6_stats;
11198 struct timer_list ip6_fib_timer;
11199 struct hlist_head *fib_table_hash;
11200 struct fib6_table *fib6_main_tbl;
11201 struct list_head fib6_walkers;
11202 rwlock_t fib6_walker_lock;
11203 spinlock_t fib6_gc_lock;
11204 atomic_t ip6_rt_gc_expire;
11205 long unsigned int ip6_rt_last_gc;
11206 unsigned char flowlabel_has_excl;
11207 struct sock *ndisc_sk;
11208 struct sock *tcp_sk;
11209 struct sock *igmp_sk;
11210 struct sock *mc_autojoin_sk;
11211 struct hlist_head *inet6_addr_lst;
11212 spinlock_t addrconf_hash_lock;
11213 struct delayed_work addr_chk_work;
11214 atomic_t dev_addr_genid;
11215 atomic_t fib6_sernum;
11216 struct seg6_pernet_data *seg6_data;
11217 struct fib_notifier_ops *notifier_ops;
11218 struct fib_notifier_ops *ip6mr_notifier_ops;
11219 unsigned int ipmr_seq;
11220 struct {
11224 } ip6addrlbl_table;
11225 struct ioam6_pernet_data *ioam6_data;