Lines Matching refs:fib_result
86 struct fib_result struct
120 int (*tb_lookup)(struct fib_table *tb, const struct rt_key *key, struct fib_result *res);
133 const struct rt_key *key, struct fib_result *res);
155 static inline int fib_lookup(const struct rt_key *key, struct fib_result *res) in fib_lookup()
163 static inline void fib_select_default(const struct rt_key *key, struct fib_result *res) in fib_select_default()
174 extern int fib_lookup(const struct rt_key *key, struct fib_result *res);
194 extern void fib_select_default(const struct rt_key *key, struct fib_result *res);
207 extern void fib_select_multipath(const struct rt_key *key, struct fib_result *res);
213 const struct rt_key *, struct fib_result*);
225 extern u32 __fib_res_prefsrc(struct fib_result *res);
236 extern u32 fib_rules_map_destination(u32 daddr, struct fib_result *res);
238 extern u32 fib_rules_tclass(struct fib_result *res);
240 extern u32 fib_rules_policy(u32 saddr, struct fib_result *res, unsigned *flags);
244 static inline void fib_combine_itag(u32 *itag, struct fib_result *res) in fib_combine_itag()
268 static inline void fib_res_put(struct fib_result *res) in fib_res_put()