Home
last modified time | relevance | path

Searched refs:ip6_mtu_from_fib6 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dipv6_stubs.h42 u32 (*ip6_mtu_from_fib6)(const struct fib6_result *res, member
H A Dip6_route.h340 u32 ip6_mtu_from_fib6(const struct fib6_result *res,
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf_core.c208 .ip6_mtu_from_fib6 = eafnosupport_ip6_mtu_from_fib6,
H A Daf_inet6.c1017 .ip6_mtu_from_fib6 = ip6_mtu_from_fib6,
H A Droute.c3116 u32 ip6_mtu_from_fib6(const struct fib6_result *res, in ip6_mtu_from_fib6() function
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c5468 mtu = ipv6_stub->ip6_mtu_from_fib6(&res, dst, src); in bpf_ipv6_fib_lookup()