Searched refs:ip6_mtu_from_fib6 (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6_stubs.h | 42 u32 (*ip6_mtu_from_fib6)(const struct fib6_result *res, member
|
H A D | ip6_route.h | 340 u32 ip6_mtu_from_fib6(const struct fib6_result *res,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6_stubs.h | 42 u32 (*ip6_mtu_from_fib6)(const struct fib6_result *res, member
|
H A D | ip6_route.h | 338 u32 ip6_mtu_from_fib6(const struct fib6_result *res,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | addrconf_core.c | 208 .ip6_mtu_from_fib6 = eafnosupport_ip6_mtu_from_fib6,
|
H A D | af_inet6.c | 1042 .ip6_mtu_from_fib6 = ip6_mtu_from_fib6,
|
H A D | route.c | 3120 u32 ip6_mtu_from_fib6(const struct fib6_result *res, in ip6_mtu_from_fib6() function
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrconf_core.c | 214 .ip6_mtu_from_fib6 = eafnosupport_ip6_mtu_from_fib6,
|
H A D | af_inet6.c | 1043 .ip6_mtu_from_fib6 = ip6_mtu_from_fib6,
|
H A D | route.c | 3219 u32 ip6_mtu_from_fib6(const struct fib6_result *res, in ip6_mtu_from_fib6() function
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 5581 mtu = ipv6_stub->ip6_mtu_from_fib6(&res, dst, src); in bpf_ipv6_fib_lookup()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 6034 mtu = ipv6_stub->ip6_mtu_from_fib6(&res, dst, src); in bpf_ipv6_fib_lookup()
|
Completed in 48 milliseconds