Searched refs:dst_check (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | dst.h | 452 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/ |
D | sctp.h | 565 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_flow_table_ip.c | 226 return dst_check(dst, 0) ? 0 : -1; in nf_flow_offload_dst_check()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 120 if (!dst || !dst_check(dst, qp->dst_cookie)) { in rxe_find_route()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
D | qeth_core.h | 987 dst = dst_check(dst, (ipv == 6) ? rt6_get_cookie(rt) : 0); in qeth_dst_check_rcu()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | udp.c | 1061 dst = dst_check(dst, inet6_sk(sk)->rx_dst_cookie); in udp_v6_early_demux()
|
D | tcp_ipv6.c | 1850 dst = dst_check(dst, tcp_inet6_sk(sk)->rx_dst_cookie); in tcp_v6_early_demux()
|
/kernel/linux/linux-5.10/net/xfrm/ |
D | xfrm_policy.c | 3833 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/ |
D | udp.c | 2542 dst = dst_check(dst, 0); in udp_v4_early_demux()
|
D | tcp_ipv4.c | 1759 dst = dst_check(dst, 0); in tcp_v4_early_demux()
|
D | route.c | 1158 if (!dst_check(&rt->dst, 0)) { in ipv4_sk_update_pmtu()
|