Lines Matching defs:netns_ipv6

60 struct netns_ipv6 {  struct
62 struct dst_ops ip6_dst_ops;
64 struct netns_sysctl_ipv6 sysctl;
65 struct ipv6_devconf *devconf_all;
66 struct ipv6_devconf *devconf_dflt;
67 struct inet_peer_base *peers;
68 struct fqdir *fqdir;
69 struct fib6_info *fib6_null_entry;
70 struct rt6_info *ip6_null_entry;
71 struct rt6_statistics *rt6_stats;
72 struct timer_list ip6_fib_timer;
73 struct hlist_head *fib_table_hash;
74 struct fib6_table *fib6_main_tbl;
75 struct list_head fib6_walkers;
76 rwlock_t fib6_walker_lock;
77 spinlock_t fib6_gc_lock;
78 atomic_t ip6_rt_gc_expire;
79 unsigned long ip6_rt_last_gc;
80 unsigned char flowlabel_has_excl;
82 bool fib6_has_custom_rules;
83 unsigned int fib6_rules_require_fldissect;
85 unsigned int fib6_routes_require_src;
87 struct rt6_info *ip6_prohibit_entry;
88 struct rt6_info *ip6_blk_hole_entry;
89 struct fib6_table *fib6_local_tbl;
90 struct fib_rules_ops *fib6_rules_ops;
92 struct sock *ndisc_sk;
93 struct sock *tcp_sk;
94 struct sock *igmp_sk;
95 struct sock *mc_autojoin_sk;
97 struct hlist_head *inet6_addr_lst;
98 spinlock_t addrconf_hash_lock;
99 struct delayed_work addr_chk_work;
103 struct mr_table *mrt6;
105 struct list_head mr6_tables;
106 struct fib_rules_ops *mr6_rules_ops;
109 atomic_t dev_addr_genid;
110 atomic_t fib6_sernum;
111 struct seg6_pernet_data *seg6_data;
112 struct fib_notifier_ops *notifier_ops;
113 struct fib_notifier_ops *ip6mr_notifier_ops;
114 unsigned int ipmr_seq; /* protected by rtnl_mutex */
115 struct {
119 } ip6addrlbl_table;
120 struct ioam6_pernet_data *ioam6_data;