Searched refs:dst_check (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/net/ |
D | dst.h | 453 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) in dst_check() function
|
/Linux-v4.19/include/net/sctp/ |
D | sctp.h | 580 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 202 if (!dst || !dst_check(dst, qp->dst_cookie)) { in rxe_find_route()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_policy.c | 2606 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok() 2633 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
|
/Linux-v4.19/net/ipv6/ |
D | udp.c | 938 dst = dst_check(dst, inet6_sk(sk)->rx_dst_cookie); in udp_v6_early_demux()
|
D | tcp_ipv6.c | 1670 dst = dst_check(dst, inet6_sk(sk)->rx_dst_cookie); in tcp_v6_early_demux()
|
/Linux-v4.19/net/ipv4/ |
D | tcp_ipv4.c | 1609 dst = dst_check(dst, 0); in tcp_v4_early_demux()
|
D | udp.c | 2353 dst = dst_check(dst, 0); in udp_v4_early_demux()
|
D | route.c | 1115 if (!dst_check(&rt->dst, 0)) { in ipv4_sk_update_pmtu()
|