Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Ddst.h452 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) in dst_check() function
/kernel/linux/linux-5.10/include/net/sctp/
Dsctp.h565 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()
/kernel/linux/linux-5.10/net/netfilter/
Dnf_flow_table_ip.c226 return dst_check(dst, 0) ? 0 : -1; in nf_flow_offload_dst_check()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_net.c120 if (!dst || !dst_check(dst, qp->dst_cookie)) { in rxe_find_route()
/kernel/linux/linux-5.10/drivers/s390/net/
Dqeth_core.h987 dst = dst_check(dst, (ipv == 6) ? rt6_get_cookie(rt) : 0); in qeth_dst_check_rcu()
/kernel/linux/linux-5.10/net/ipv6/
Dudp.c1061 dst = dst_check(dst, inet6_sk(sk)->rx_dst_cookie); in udp_v6_early_demux()
Dtcp_ipv6.c1850 dst = dst_check(dst, tcp_inet6_sk(sk)->rx_dst_cookie); in tcp_v6_early_demux()
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_policy.c3833 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok()
3860 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
/kernel/linux/linux-5.10/net/ipv4/
Dudp.c2542 dst = dst_check(dst, 0); in udp_v4_early_demux()
Dtcp_ipv4.c1759 dst = dst_check(dst, 0); in tcp_v4_early_demux()
Droute.c1158 if (!dst_check(&rt->dst, 0)) { in ipv4_sk_update_pmtu()