Searched refs:ip6_dst_check (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/include/net/ |
H A D | dst.h | 472 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *, 479 dst = INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, in dst_check()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 592 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *, 601 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in __sk_dst_check() 619 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in sk_dst_check()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 86 struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie); 254 .check = ip6_dst_check, 273 .check = ip6_dst_check, 2730 INDIRECT_CALLABLE_SCOPE struct dst_entry *ip6_dst_check(struct dst_entry *dst, in ip6_dst_check() function 2761 EXPORT_INDIRECT_CALLABLE(ip6_dst_check); variable
|
H A D | tcp_ipv6.c | 1478 INDIRECT_CALL_1(dst->ops->check, ip6_dst_check, in tcp_v6_do_rcv()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 85 static struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie); 248 .check = ip6_dst_check, 267 .check = ip6_dst_check, 2611 static struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie) in ip6_dst_check() function
|
Completed in 24 milliseconds