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

/linux-master/include/net/
H A Ddst.h468 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) function
/linux-master/drivers/s390/net/
H A Dqeth_core.h962 dst = dst_check(dst, rt6_get_cookie(rt));
964 dst = dst_check(dst, 0);
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_net.c101 if (!dst || !dst_check(dst, qp->dst_cookie)) {
/linux-master/include/net/sctp/
H A Dsctp.h563 if (t->dst && !dst_check(t->dst, t->dst_cookie))
/linux-master/net/netfilter/
H A Dnf_flow_table_ip.c263 return dst_check(tuple->dst_cache, tuple->dst_cookie);
/linux-master/net/ipv6/
H A Dudp.c1110 dst = dst_check(dst, sk->sk_rx_dst_cookie);
H A Dtcp_ipv6.c2034 dst = dst_check(dst, sk->sk_rx_dst_cookie);
/linux-master/net/xfrm/
H A Dxfrm_policy.c3952 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) ||
3979 if (!dst_check(xdst->route, xdst->route_cookie))
/linux-master/net/ipv4/
H A Dtcp_ipv4.c1986 dst = dst_check(dst, 0);
H A Droute.c1141 if (!dst_check(&rt->dst, 0)) {
H A Dudp.c2588 dst = dst_check(dst, 0);

Completed in 198 milliseconds