Lines Matching defs:netns_ipv6
64 struct netns_ipv6 { struct
66 struct dst_ops ip6_dst_ops;
68 struct netns_sysctl_ipv6 sysctl;
69 struct ipv6_devconf *devconf_all;
70 struct ipv6_devconf *devconf_dflt;
71 struct inet_peer_base *peers;
72 struct fqdir *fqdir;
73 struct fib6_info *fib6_null_entry;
74 struct rt6_info *ip6_null_entry;
75 struct rt6_statistics *rt6_stats;
76 struct timer_list ip6_fib_timer;
77 struct hlist_head *fib_table_hash;
78 struct fib6_table *fib6_main_tbl;
79 struct list_head fib6_walkers;
80 rwlock_t fib6_walker_lock;
81 spinlock_t fib6_gc_lock;
82 atomic_t ip6_rt_gc_expire;
83 unsigned long ip6_rt_last_gc;
84 unsigned char flowlabel_has_excl;
86 bool fib6_has_custom_rules;
87 unsigned int fib6_rules_require_fldissect;
89 unsigned int fib6_routes_require_src;
91 struct rt6_info *ip6_prohibit_entry;
92 struct rt6_info *ip6_blk_hole_entry;
93 struct fib6_table *fib6_local_tbl;
94 struct fib_rules_ops *fib6_rules_ops;
96 struct sock *ndisc_sk;
97 struct sock *tcp_sk;
98 struct sock *igmp_sk;
99 struct sock *mc_autojoin_sk;
101 struct hlist_head *inet6_addr_lst;
102 spinlock_t addrconf_hash_lock;
103 struct delayed_work addr_chk_work;
107 struct mr_table *mrt6;
109 struct list_head mr6_tables;
110 struct fib_rules_ops *mr6_rules_ops;
113 atomic_t dev_addr_genid;
114 atomic_t fib6_sernum;
115 struct seg6_pernet_data *seg6_data;
116 struct fib_notifier_ops *notifier_ops;
117 struct fib_notifier_ops *ip6mr_notifier_ops;
118 unsigned int ipmr_seq; /* protected by rtnl_mutex */
119 struct {
123 } ip6addrlbl_table;
124 struct ioam6_pernet_data *ioam6_data;