Searched refs:fib_result (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/include/net/ |
D | ip_fib.h | 103 struct fib_result { struct 166 struct fib_result *res, int fib_flags); 197 struct fib_result *res) in fib_lookup() 216 extern u32 fib_rules_tclass(const struct fib_result *res); 219 extern int fib_lookup(struct net *n, struct flowi4 *flp, struct fib_result *res); 232 extern void fib_select_default(struct fib_result *res); 240 extern void fib_select_multipath(struct fib_result *res); 246 static inline void fib_combine_itag(u32 *itag, const struct fib_result *res) in fib_combine_itag()
|
/linux-3.4.99/net/ipv4/ |
D | fib_rules.c | 51 u32 fib_rules_tclass(const struct fib_result *res) in fib_rules_tclass() 57 int fib_lookup(struct net *net, struct flowi4 *flp, struct fib_result *res) in fib_lookup() 100 err = fib_table_lookup(tbl, &flp->u.ip4, (struct fib_result *) arg->result, arg->flags); in fib4_rule_action()
|
D | fib_lookup.h | 43 static inline void fib_result_assign(struct fib_result *res, in fib_result_assign()
|
D | fib_frontend.c | 144 struct fib_result res; in __inet_dev_addr_type() 197 struct fib_result res; in fib_validate_source() 874 struct fib_result res; in nl_fib_lookup()
|
D | fib_semantics.c | 541 struct fib_result res; in fib_check_nh() 1082 void fib_select_default(struct fib_result *res) in fib_select_default() 1201 void fib_select_multipath(struct fib_result *res) in fib_select_multipath()
|
D | route.c | 1870 struct fib_result res; in ip_rt_get_source() 1977 const struct fib_result *res, in rt_set_nexthop() 2122 const struct fib_result *res, in __mkroute_input() 2213 struct fib_result *res, in ip_mkroute_input() 2255 struct fib_result res; in ip_route_input_slow() 2517 static struct rtable *__mkroute_output(const struct fib_result *res, in __mkroute_output() 2627 struct fib_result res; in ip_route_output_slow()
|
D | fib_trie.c | 1354 struct fib_result *res, int fib_flags) in check_leaf() 1419 struct fib_result *res, int fib_flags) in fib_table_lookup()
|
D | devinet.c | 157 struct fib_result res = { 0 }; in __ip_dev_find()
|
/linux-3.4.99/net/ipv4/netfilter/ |
D | ipt_rpfilter.c | 38 struct fib_result res; in rpfilter_lookup_reverse()
|