Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_flow_table.h318 return dst_check(tuple->dst_cache, tuple->dst_cookie); in nf_flow_dst_check()
/linux/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/include/net/
H A Ddst.h489 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) in dst_check() function
/linux/net/ipv6/
H A Dip6_input.c80 dst = dst_check(dst, sk->sk_rx_dst_cookie); in tcp_v6_early_demux()
H A Dudp.c1259 dst = dst_check(dst, sk->sk_rx_dst_cookie); in udp_v6_early_demux()
/linux/include/net/sctp/
H A Dsctp.h561 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_net.c184 if (!dst || !dst_check(dst, qp->dst_cookie)) { in rxe_find_route()
/linux/net/xfrm/
H A Dxfrm_policy.c4012 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok()
4039 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
/linux/net/ipv4/
H A Droute.c1185 if (!dst_check(&rt->dst, 0)) { in ipv4_sk_update_pmtu()
H A Dudp.c2853 dst = dst_check(dst, 0); in udp_v4_early_demux()