Searched refs:ipv4_dst_check (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/
H A Ddst.h466 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
472 ipv4_dst_check, dst, cookie);
/linux-master/net/ipv4/
H A Droute.c128 struct dst_entry *ipv4_dst_check(struct dst_entry *dst, u32 cookie);
154 .check = ipv4_dst_check,
1181 INDIRECT_CALLABLE_SCOPE struct dst_entry *ipv4_dst_check(struct dst_entry *dst, function
1198 EXPORT_INDIRECT_CALLABLE(ipv4_dst_check); variable
H A Dtcp_ipv4.c1883 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
1908 !INDIRECT_CALL_1(dst->ops->check, ipv4_dst_check,
/linux-master/net/core/
H A Dsock.c591 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
598 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check,
616 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check,
/linux-master/net/ipv6/
H A Dtcp_ipv6.c1581 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,

Completed in 210 milliseconds