Searched refs:ip6_dst_check (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
A D | dst.h | 464 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *, 471 dst = INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, in dst_check()
|
/linux/net/core/ |
A D | sock.c | 561 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *, 570 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in __sk_dst_check() 588 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in sk_dst_check()
|
/linux/net/ipv6/ |
A D | route.c | 86 struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie); 249 .check = ip6_dst_check, 268 .check = ip6_dst_check, 2733 INDIRECT_CALLABLE_SCOPE struct dst_entry *ip6_dst_check(struct dst_entry *dst, in ip6_dst_check() function 2764 EXPORT_INDIRECT_CALLABLE(ip6_dst_check);
|
A D | tcp_ipv6.c | 1517 INDIRECT_CALL_1(dst->ops->check, ip6_dst_check, in tcp_v6_do_rcv()
|
Completed in 25 milliseconds