Lines Matching defs:fib_info
105025 struct fib_info { struct
105026 struct hlist_node fib_hash;
105027 struct hlist_node fib_lhash;
105028 struct list_head nh_list;
105029 struct net *fib_net;
105030 int fib_treeref;
105031 refcount_t fib_clntref;
105032 unsigned int fib_flags;
105033 unsigned char fib_dead;
105034 unsigned char fib_protocol;
105035 unsigned char fib_scope;
105036 unsigned char fib_type;
105037 __be32 fib_prefsrc;
105038 u32 fib_tb_id;
105039 u32 fib_priority;
105040 struct dst_metrics *fib_metrics;
105041 int fib_nhs;
105042 bool fib_nh_is_v6;
105043 bool nh_updated;
105044 struct nexthop *nh;
105045 struct callback_head rcu;
105046 struct fib_nh fib_nh[0];