Home
last modified time | relevance | path

Searched refs:dst_check (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/s390/net/
H A Dqeth_core.h962 dst = dst_check(dst, rt6_get_cookie(rt)); in qeth_dst_check_rcu()
964 dst = dst_check(dst, 0); in qeth_dst_check_rcu()
/linux-6.15/include/net/
H A Ddst.h477 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) in dst_check() function
/linux-6.15/include/net/sctp/
H A Dsctp.h563 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()
/linux-6.15/drivers/infiniband/sw/rxe/
H A Drxe_net.c101 if (!dst || !dst_check(dst, qp->dst_cookie)) { in rxe_find_route()
/linux-6.15/net/netfilter/
H A Dnf_flow_table_ip.c267 return dst_check(tuple->dst_cache, tuple->dst_cookie); in nf_flow_dst_check()
/linux-6.15/net/ipv6/
H A Dudp.c1253 dst = dst_check(dst, sk->sk_rx_dst_cookie); in udp_v6_early_demux()
H A Dtcp_ipv6.c2043 dst = dst_check(dst, sk->sk_rx_dst_cookie);
/linux-6.15/net/xfrm/
H A Dxfrm_policy.c3995 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok()
4022 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c2005 dst = dst_check(dst, 0);
H A Droute.c1144 if (!dst_check(&rt->dst, 0)) { in ipv4_sk_update_pmtu()
H A Dudp.c2857 dst = dst_check(dst, 0); in udp_v4_early_demux()