Searched refs:fib_result (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/include/net/ |
D | ip_fib.h | 137 struct fib_result { struct 226 struct fib_result *res, int fib_flags); 263 struct fib_result *res, unsigned int flags) in fib_lookup() 312 struct fib_result *res, unsigned int flags); 315 struct fib_result *res, unsigned int flags) in fib_lookup() 403 void fib_select_multipath(struct fib_result *res, int hash); 404 void fib_select_path(struct net *net, struct fib_result *res, 411 static inline void fib_combine_itag(u32 *itag, const struct fib_result *res) in fib_combine_itag() 453 u32 ip_mtu_from_fib_result(struct fib_result *res, __be32 daddr);
|
D | route.h | 118 struct fib_result *res, 184 struct fib_result *res);
|
/Linux-v4.19/net/ipv4/ |
D | fib_rules.c | 82 struct fib_result *res, unsigned int flags) in __fib_lookup() 136 (struct fib_result *)arg->result, in fib4_rule_action() 145 struct fib_result *result = (struct fib_result *) arg->result; in fib4_rule_suppress()
|
D | fib_lookup.h | 43 static inline void fib_result_assign(struct fib_result *res, in fib_result_assign()
|
D | route.c | 733 struct fib_result res; in __ip_do_redirect() 1005 struct fib_result res; in __ip_rt_update_pmtu() 1222 struct fib_result res; in ip_rt_get_source() 1351 u32 ip_mtu_from_fib_result(struct fib_result *res, __be32 daddr) in ip_mtu_from_fib_result() 1523 const struct fib_result *res, in rt_set_nexthop() 1699 const struct fib_result *res, in __mkroute_input() 1885 struct fib_result *res, in ip_mkroute_input() 1915 struct fib_result *res) in ip_route_input_slow() 2123 struct fib_result res; in ip_route_input_noref() 2137 u8 tos, struct net_device *dev, struct fib_result *res) in ip_route_input_rcu() [all …]
|
D | fib_frontend.c | 222 struct fib_result res; in __inet_dev_addr_type() 284 struct fib_result res; in fib_compute_spec_dst() 333 struct fib_result res; in __fib_validate_source() 1122 struct fib_result res; in nl_fib_lookup()
|
D | fib_semantics.c | 789 struct fib_result res; in fib_check_nh() 1596 static void fib_select_default(const struct flowi4 *flp, struct fib_result *res) in fib_select_default() 1755 void fib_select_multipath(struct fib_result *res, int hash) in fib_select_multipath() 1780 void fib_select_path(struct net *net, struct fib_result *res, in fib_select_path()
|
D | fib_trie.c | 1317 struct fib_result *res, int fib_flags) in fib_table_lookup()
|
D | devinet.c | 148 struct fib_result res = { 0 }; in __ip_dev_find()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | ipt_rpfilter.c | 38 struct fib_result res; in rpfilter_lookup_reverse()
|
D | nft_fib_ipv4.c | 73 struct fib_result res; in nft_fib4_eval()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | cma.c | 1302 struct fib_result res; in validate_ipv4_net_dev()
|
/Linux-v4.19/net/core/ |
D | filter.c | 4246 struct fib_result res; in bpf_ipv4_fib_lookup()
|