Lines Matching defs:fib_info
136 struct fib_info { struct
137 struct hlist_node fib_hash;
138 struct hlist_node fib_lhash;
139 struct list_head nh_list;
140 struct net *fib_net;
141 refcount_t fib_treeref;
142 refcount_t fib_clntref;
143 unsigned int fib_flags;
144 unsigned char fib_dead;
145 unsigned char fib_protocol;
146 unsigned char fib_scope;
147 unsigned char fib_type;
148 __be32 fib_prefsrc;
149 u32 fib_tb_id;
150 u32 fib_priority;
151 struct dst_metrics *fib_metrics;
156 int fib_nhs;
180 struct fib_info *fi; argument