Searched refs:fib_result (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/net/ |
D | ip_fib.h | 132 struct fib_result { struct 195 struct fib_result *res, int fib_flags); 230 struct fib_result *res) in fib_lookup() 253 int __fib_lookup(struct net *net, struct flowi4 *flp, struct fib_result *res); 256 struct fib_result *res) in fib_lookup() 292 void fib_select_default(struct fib_result *res); 312 void fib_select_multipath(struct fib_result *res); 318 static inline void fib_combine_itag(u32 *itag, const struct fib_result *res) in fib_combine_itag()
|
/linux-4.1.27/net/ipv4/ |
D | fib_rules.c | 50 int __fib_lookup(struct net *net, struct flowi4 *flp, struct fib_result *res) in __fib_lookup() 99 (struct fib_result *)arg->result, in fib4_rule_action() 108 struct fib_result *result = (struct fib_result *) arg->result; in fib4_rule_suppress()
|
D | fib_lookup.h | 38 static inline void fib_result_assign(struct fib_result *res, in fib_result_assign()
|
D | route.c | 710 struct fib_result res; in __ip_do_redirect() 965 struct fib_result res; in __ip_rt_update_pmtu() 1177 struct fib_result res; in ip_rt_get_source() 1392 const struct fib_result *res, in rt_set_nexthop() 1574 const struct fib_result *res, in __mkroute_input() 1677 struct fib_result *res, in ip_mkroute_input() 1705 struct fib_result res; in ip_route_input_slow() 1932 static struct rtable *__mkroute_output(const struct fib_result *res, in __mkroute_output() 2072 struct fib_result res; in __ip_route_output_key()
|
D | fib_frontend.c | 217 struct fib_result res; in __inet_dev_addr_type() 258 struct fib_result res; in fib_compute_spec_dst() 305 struct fib_result res; in __fib_validate_source() 987 struct fib_result res; in nl_fib_lookup()
|
D | fib_semantics.c | 594 struct fib_result res; in fib_check_nh() 1162 void fib_select_default(struct fib_result *res) in fib_select_default() 1280 void fib_select_multipath(struct fib_result *res) in fib_select_multipath()
|
D | fib_trie.c | 1261 struct fib_result *res, int fib_flags) in fib_table_lookup()
|
D | devinet.c | 158 struct fib_result res = { 0 }; in __ip_dev_find()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_rpfilter.c | 38 struct fib_result res; in rpfilter_lookup_reverse()
|