Home
last modified time | relevance | path

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

/linux/drivers/s390/net/
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/
A Ddst.h468 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) in dst_check() function
/linux/include/net/sctp/
A Dsctp.h563 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()
/linux/drivers/infiniband/sw/rxe/
A Drxe_net.c101 if (!dst || !dst_check(dst, qp->dst_cookie)) { in rxe_find_route()
/linux/net/netfilter/
A Dnf_flow_table_ip.c263 return dst_check(tuple->dst_cache, tuple->dst_cookie); in nf_flow_dst_check()
/linux/net/ipv6/
A Dudp.c1120 dst = dst_check(dst, sk->sk_rx_dst_cookie); in udp_v6_early_demux()
A Dtcp_ipv6.c2033 dst = dst_check(dst, sk->sk_rx_dst_cookie);
/linux/net/xfrm/
A Dxfrm_policy.c3974 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok()
4001 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
/linux/net/ipv4/
A Dudp.c2608 dst = dst_check(dst, 0); in udp_v4_early_demux()
A Droute.c1123 if (!dst_check(&rt->dst, 0)) { in ipv4_sk_update_pmtu()
A Dtcp_ipv4.c1995 dst = dst_check(dst, 0);

Completed in 51 milliseconds