Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/net/
A Dqeth_core.h963 dst = dst_check(dst, rt6_get_cookie(rt)); in qeth_dst_check_rcu()
965 dst = dst_check(dst, 0); in qeth_dst_check_rcu()
/linux-6.3-rc2/include/net/
A Ddst.h462 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) in dst_check() function
/linux-6.3-rc2/include/net/sctp/
A Dsctp.h565 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()
/linux-6.3-rc2/drivers/infiniband/sw/rxe/
A Drxe_net.c101 if (!dst || !dst_check(dst, qp->dst_cookie)) { in rxe_find_route()
/linux-6.3-rc2/net/netfilter/
A Dnf_flow_table_ip.c257 return dst_check(tuple->dst_cache, tuple->dst_cookie); in nf_flow_dst_check()
/linux-6.3-rc2/net/ipv6/
A Dudp.c1121 dst = dst_check(dst, sk->sk_rx_dst_cookie); in udp_v6_early_demux()
A Dtcp_ipv6.c1867 dst = dst_check(dst, sk->sk_rx_dst_cookie); in tcp_v6_early_demux()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_policy.c3889 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok()
3916 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
/linux-6.3-rc2/net/ipv4/
A Dtcp_ipv4.c1800 dst = dst_check(dst, 0); in tcp_v4_early_demux()
A Dudp.c2631 dst = dst_check(dst, 0); in udp_v4_early_demux()
A Droute.c1143 if (!dst_check(&rt->dst, 0)) { in ipv4_sk_update_pmtu()

Completed in 48 milliseconds