Searched refs:fib_result (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | ip_fib.h | 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); [all …]
|
/linux-2.4.37.9/net/ipv4/ |
D | fib_rules.c | 248 u32 fib_rules_map_destination(u32 daddr, struct fib_result *res) in fib_rules_map_destination() 254 u32 fib_rules_policy(u32 saddr, struct fib_result *res, unsigned *flags) in fib_rules_policy() 275 u32 fib_rules_tclass(struct fib_result *res) in fib_rules_tclass() 310 int fib_lookup(const struct rt_key *key, struct fib_result *res) in fib_lookup() 372 void fib_select_default(const struct rt_key *key, struct fib_result *res) in fib_select_default()
|
D | fib_frontend.c | 148 struct fib_result res; in ip_dev_find() 174 struct fib_result res; in inet_addr_type() 211 struct fib_result res; in fib_validate_source()
|
D | ip_nat_dumb.c | 119 struct fib_result res; in ip_do_nat()
|
D | fib_semantics.c | 353 struct fib_result res; in fib_check_nh() 584 fib_semantic_match(int type, struct fib_info *fi, const struct rt_key *key, struct fib_result *res) in fib_semantic_match() 638 u32 __fib_res_prefsrc(struct fib_result *res) in __fib_res_prefsrc() 955 void fib_select_multipath(const struct rt_key *key, struct fib_result *res) in fib_select_multipath()
|
D | fib_hash.c | 293 fn_hash_lookup(struct fib_table *tb, const struct rt_key *key, struct fib_result *res) in fn_hash_lookup() 365 fn_hash_select_default(struct fib_table *tb, const struct rt_key *key, struct fib_result *res) in fn_hash_select_default()
|
D | route.c | 1236 struct fib_result res; in ip_rt_get_source() 1265 static void rt_set_nexthop(struct rtable *rt, struct fib_result *res, u32 itag) in rt_set_nexthop() 1401 struct fib_result res; in ip_route_input_slow() 1779 struct fib_result res; in ip_route_output_slow()
|