Home
last modified time | relevance | path

Searched refs:fib6_result (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dipv6_stubs.h17 struct fib6_result;
35 struct fib6_result *res, int flags);
38 struct fib6_result *res, int flags);
39 void (*fib6_select_path)(const struct net *net, struct fib6_result *res,
42 u32 (*ip6_mtu_from_fib6)(const struct fib6_result *res,
Dip6_fib.h223 struct fib6_result { struct
442 struct fib6_result *res, int flags);
446 int oif, struct flowi6 *fl6, struct fib6_result *res,
449 void fib6_select_path(const struct net *net, struct fib6_result *res,
Dip6_route.h340 u32 ip6_mtu_from_fib6(const struct fib6_result *res,
Dnexthop.h417 static inline void nexthop_path_fib6_result(struct fib6_result *res, int hash) in nexthop_path_fib6_result()
/kernel/linux/linux-5.10/net/ipv6/
Daddrconf_core.c153 struct fib6_result *res, int flags) in eafnosupport_fib6_table_lookup()
160 struct fib6_result *res, int flags) in eafnosupport_fib6_lookup()
166 eafnosupport_fib6_select_path(const struct net *net, struct fib6_result *res, in eafnosupport_fib6_select_path()
173 eafnosupport_ip6_mtu_from_fib6(const struct fib6_result *res, in eafnosupport_ip6_mtu_from_fib6()
Dfib6_rules.c64 struct fib6_result *res, int flags) in fib6_lookup()
96 struct fib6_result res = {}; in fib6_rule_lookup()
160 struct fib6_result *res = arg->result; in fib6_rule_action_alt()
198 struct fib6_result *res = arg->result; in __fib6_rule_action()
273 struct fib6_result *res = arg->result; in fib6_rule_suppress()
Droute.c112 static struct rt6_info *rt6_find_cached_rt(const struct fib6_result *res,
411 void fib6_select_path(const struct net *net, struct fib6_result *res, in fib6_select_path()
502 struct fib6_result *res, in rt6_nh_dev_match()
522 static void rt6_device_match(struct net *net, struct fib6_result *res, in rt6_device_match()
782 struct fib6_result *res, struct fib6_info **cont, in __find_rr_leaf()
839 bool *do_rr, struct fib6_result *res) in find_rr_leaf()
859 struct fib6_result *res, int strict) in rt6_select()
915 static bool rt6_is_gw_or_nonexthop(const struct fib6_result *res) in rt6_is_gw_or_nonexthop()
1002 static struct net_device *ip6_rt_get_dev_rcu(const struct fib6_result *res) in ip6_rt_get_dev_rcu()
1078 static void ip6_rt_init_dst(struct rt6_info *rt, const struct fib6_result *res) in ip6_rt_init_dst()
[all …]
Dip6_fib.c331 struct fib6_result *res, int flags) in fib6_lookup()
/kernel/linux/linux-5.10/include/trace/events/
Dfib6.h15 TP_PROTO(const struct net *net, const struct fib6_result *res,
/kernel/linux/linux-5.10/net/core/
Dfilter.c5417 struct fib6_result res = {}; in bpf_ipv6_fib_lookup()