Lines Matching defs:netns_ipv6
11633 struct netns_ipv6 { struct
11634 struct dst_ops ip6_dst_ops;
11635 struct netns_sysctl_ipv6 sysctl;
11636 struct ipv6_devconf *devconf_all;
11637 struct ipv6_devconf *devconf_dflt;
11638 struct inet_peer_base *peers;
11639 struct fqdir *fqdir;
11640 struct fib6_info *fib6_null_entry;
11641 struct rt6_info *ip6_null_entry;
11642 struct rt6_statistics *rt6_stats;
11643 struct timer_list ip6_fib_timer;
11644 struct hlist_head *fib_table_hash;
11645 struct fib6_table *fib6_main_tbl;
11646 struct list_head fib6_walkers;
11647 rwlock_t fib6_walker_lock;
11648 spinlock_t fib6_gc_lock;
11649 unsigned int ip6_rt_gc_expire;
11650 long unsigned int ip6_rt_last_gc;
11651 unsigned int fib6_rules_require_fldissect;
11652 bool fib6_has_custom_rules;
11653 unsigned int fib6_routes_require_src;
11654 struct rt6_info *ip6_prohibit_entry;
11655 struct rt6_info *ip6_blk_hole_entry;
11656 struct fib6_table *fib6_local_tbl;
11657 struct fib_rules_ops *fib6_rules_ops;
11658 struct sock **icmp_sk;
11659 struct sock *ndisc_sk;
11660 struct sock *tcp_sk;
11661 struct sock *igmp_sk;
11662 struct sock *mc_autojoin_sk;
11663 atomic_t dev_addr_genid;
11664 atomic_t fib6_sernum;
11665 struct seg6_pernet_data *seg6_data;
11666 struct fib_notifier_ops *notifier_ops;
11667 struct fib_notifier_ops *ip6mr_notifier_ops;
11668 unsigned int ipmr_seq;
11669 struct {
11673 } ip6addrlbl_table;
11674 struct ioam6_pernet_data *ioam6_data;