Searched refs:ipv4_dst_check (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/ |
H A D | dst.h | 483 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *, 489 ipv4_dst_check, dst, cookie);
|
/openbmc/linux/net/ipv4/ |
H A D | route.c | 131 struct dst_entry *ipv4_dst_check(struct dst_entry *dst, u32 cookie); 158 .check = ipv4_dst_check, 1208 INDIRECT_CALLABLE_SCOPE struct dst_entry *ipv4_dst_check(struct dst_entry *dst, in ipv4_dst_check() function 1225 EXPORT_INDIRECT_CALLABLE(ipv4_dst_check);
|
H A D | tcp_ipv4.c | 1703 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *, 1728 !INDIRECT_CALL_1(dst->ops->check, ipv4_dst_check, in tcp_v4_do_rcv()
|
/openbmc/linux/net/core/ |
H A D | sock.c | 595 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *, 602 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in __sk_dst_check() 620 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in sk_dst_check()
|
/openbmc/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 1412 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
|