Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Ddst.h481 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *,
488 dst = INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, in dst_check()
/openbmc/linux/net/core/
H A Dsock.c593 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_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 Droute.c86 struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie);
255 .check = ip6_dst_check,
274 .check = ip6_dst_check,
2734 INDIRECT_CALLABLE_SCOPE struct dst_entry *ip6_dst_check(struct dst_entry *dst, in ip6_dst_check() function
2765 EXPORT_INDIRECT_CALLABLE(ip6_dst_check);
H A Dtcp_ipv6.c1473 INDIRECT_CALL_1(dst->ops->check, ip6_dst_check, in tcp_v6_do_rcv()