Searched refs:ipv4_dst_check (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | dst.h | 475 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *, 481 ipv4_dst_check, dst, cookie); in dst_check()
|
| /linux-6.15/net/ipv4/ |
| H A D | route.c | 128 struct dst_entry *ipv4_dst_check(struct dst_entry *dst, u32 cookie); 155 .check = ipv4_dst_check, 1196 INDIRECT_CALLABLE_SCOPE struct dst_entry *ipv4_dst_check(struct dst_entry *dst, in ipv4_dst_check() function 1213 EXPORT_INDIRECT_CALLABLE(ipv4_dst_check);
|
| H A D | tcp_ipv4.c | 1894 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *, 1919 !INDIRECT_CALL_1(dst->ops->check, ipv4_dst_check,
|
| /linux-6.15/net/core/ |
| H A D | sock.c | 597 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *, 604 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in __sk_dst_check() 622 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in sk_dst_check()
|
| /linux-6.15/net/ipv6/ |
| H A D | tcp_ipv6.c | 1580 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
|