Lines Matching defs:fib_info
110302 struct fib_info { struct
110303 struct hlist_node fib_hash;
110304 struct hlist_node fib_lhash;
110305 struct list_head nh_list;
110306 struct net *fib_net;
110307 int fib_treeref;
110308 refcount_t fib_clntref;
110309 unsigned int fib_flags;
110310 unsigned char fib_dead;
110311 unsigned char fib_protocol;
110312 unsigned char fib_scope;
110313 unsigned char fib_type;
110314 __be32 fib_prefsrc;
110315 u32 fib_tb_id;
110316 u32 fib_priority;
110317 struct dst_metrics *fib_metrics;
110318 int fib_nhs;
110319 bool fib_nh_is_v6;
110320 bool nh_updated;
110321 struct nexthop *nh;
110322 struct callback_head rcu;
110323 struct fib_nh fib_nh[0];