Home
last modified time | relevance | path

Searched refs:dst_check (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dsctp.h565 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()
/kernel/linux/linux-5.10/include/net/
H A Ddst.h445 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) in dst_check() function
/kernel/linux/linux-6.6/include/net/
H A Ddst.h476 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) in dst_check() function
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_net.c120 if (!dst || !dst_check(dst, qp->dst_cookie)) { in rxe_find_route()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_flow_table_ip.c226 return dst_check(dst, 0) ? 0 : -1; in nf_flow_offload_dst_check()
/kernel/linux/linux-6.6/include/net/sctp/
H A Dsctp.h563 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_net.c101 if (!dst || !dst_check(dst, qp->dst_cookie)) { in rxe_find_route()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_flow_table_ip.c263 return dst_check(tuple->dst_cache, tuple->dst_cookie); in nf_flow_dst_check()
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dqeth_core.h986 dst = dst_check(dst, (ipv == 6) ? rt6_get_cookie(rt) : 0); in qeth_dst_check_rcu()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip.c2098 dst = dst_check(dst, 0); in tcp_nip_early_demux()
/kernel/linux/linux-5.10/net/ipv6/
H A Dtcp_ipv6.c1855 dst = dst_check(dst, tcp_inet6_sk(sk)->rx_dst_cookie); in tcp_v6_early_demux()
H A Dudp.c1083 dst = dst_check(dst, inet6_sk(sk)->rx_dst_cookie); in udp_v6_early_demux()
/kernel/linux/linux-6.6/net/ipv6/
H A Dudp.c1112 dst = dst_check(dst, sk->sk_rx_dst_cookie); in udp_v6_early_demux()
H A Dtcp_ipv6.c1871 dst = dst_check(dst, sk->sk_rx_dst_cookie); in tcp_v6_early_demux()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_policy.c3851 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok()
3878 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_policy.c3902 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok()
3929 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_ipv4.c1779 dst = dst_check(dst, 0); in tcp_v4_early_demux()
H A Droute.c1165 if (!dst_check(&rt->dst, 0)) { in ipv4_sk_update_pmtu()
H A Dudp.c2569 dst = dst_check(dst, 0); in udp_v4_early_demux()
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c1143 if (!dst_check(&rt->dst, 0)) { in ipv4_sk_update_pmtu()
H A Dtcp_ipv4.c1807 dst = dst_check(dst, 0); in tcp_v4_early_demux()
H A Dudp.c2583 dst = dst_check(dst, 0); in udp_v4_early_demux()

Completed in 59 milliseconds