• Home
  • Raw
  • Download

Lines Matching defs:netns_ipv6

9806 struct netns_ipv6 {  struct
9807 struct netns_sysctl_ipv6 sysctl;
9808 struct ipv6_devconf *devconf_all;
9809 struct ipv6_devconf *devconf_dflt;
9810 struct inet_peer_base *peers;
9811 struct fqdir *fqdir;
9812 struct xt_table *ip6table_filter;
9813 struct xt_table *ip6table_mangle;
9814 struct xt_table *ip6table_raw;
9815 struct xt_table *ip6table_security;
9816 struct xt_table *ip6table_nat;
9817 struct fib6_info *fib6_null_entry;
9818 struct rt6_info *ip6_null_entry;
9819 struct rt6_statistics *rt6_stats;
9820 struct timer_list ip6_fib_timer;
9821 struct hlist_head *fib_table_hash;
9822 struct fib6_table *fib6_main_tbl;
9823 struct list_head fib6_walkers;
9826 struct dst_ops ip6_dst_ops;
9827 rwlock_t fib6_walker_lock;
9828 spinlock_t fib6_gc_lock;
9829 unsigned int ip6_rt_gc_expire;
9830 long unsigned int ip6_rt_last_gc;
9831 unsigned int fib6_rules_require_fldissect;
9832 bool fib6_has_custom_rules;
9833 unsigned int fib6_routes_require_src;
9834 struct rt6_info *ip6_prohibit_entry;
9835 struct rt6_info *ip6_blk_hole_entry;
9836 struct fib6_table *fib6_local_tbl;
9837 struct fib_rules_ops *fib6_rules_ops;
9838 struct sock **icmp_sk;
9839 struct sock *ndisc_sk;
9840 struct sock *tcp_sk;
9841 struct sock *igmp_sk;
9842 struct sock *mc_autojoin_sk;
9843 struct list_head mr6_tables;
9844 struct fib_rules_ops *mr6_rules_ops;
9845 atomic_t dev_addr_genid;
9846 atomic_t fib6_sernum;
9847 struct seg6_pernet_data *seg6_data;
9848 struct fib_notifier_ops *notifier_ops;
9849 struct fib_notifier_ops *ip6mr_notifier_ops;
9850 unsigned int ipmr_seq;
9851 struct {
9855 } ip6addrlbl_table;