Home
last modified time | relevance | path

Searched refs:ipv4_dst_check (Results 1 – 4 of 4) sorted by relevance

/net/ipv4/
Droute.c138 struct dst_entry *ipv4_dst_check(struct dst_entry *dst, u32 cookie);
164 .check = ipv4_dst_check,
1202 INDIRECT_CALLABLE_SCOPE struct dst_entry *ipv4_dst_check(struct dst_entry *dst, in ipv4_dst_check() function
1219 EXPORT_INDIRECT_CALLABLE(ipv4_dst_check);
Dtcp_ipv4.c1697 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
1721 !INDIRECT_CALL_1(dst->ops->check, ipv4_dst_check, in tcp_v4_do_rcv()
/net/core/
Dsock.c552 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
559 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in __sk_dst_check()
577 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in sk_dst_check()
/net/ipv6/
Dtcp_ipv6.c1461 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,