Searched refs:ipv4_dst_check (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/include/net/ |
| D | dst.h | 474 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *, 480 ipv4_dst_check, dst, cookie); in dst_check()
|
| /Linux-v6.6/net/ipv4/ |
| D | route.c | 131 struct dst_entry *ipv4_dst_check(struct dst_entry *dst, u32 cookie); 157 .check = ipv4_dst_check, 1195 INDIRECT_CALLABLE_SCOPE struct dst_entry *ipv4_dst_check(struct dst_entry *dst, in ipv4_dst_check() function 1212 EXPORT_INDIRECT_CALLABLE(ipv4_dst_check);
|
| D | tcp_ipv4.c | 1697 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *, 1722 !INDIRECT_CALL_1(dst->ops->check, ipv4_dst_check, in tcp_v4_do_rcv()
|
| /Linux-v6.6/net/core/ |
| D | sock.c | 593 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *, 600 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in __sk_dst_check() 618 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in sk_dst_check()
|
| /Linux-v6.6/net/ipv6/ |
| D | tcp_ipv6.c | 1417 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
|