Searched refs:dst_check (Results 1 - 11 of 11) sorted by last modified time

/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_net.c101 if (!dst || !dst_check(dst, qp->dst_cookie)) {
/linux-master/net/xfrm/
H A Dxfrm_policy.c3959 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) ||
3986 if (!dst_check(xdst->route, xdst->route_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.c1121 dst = dst_check(dst, sk->sk_rx_dst_cookie);
H A Dtcp_ipv6.c2042 dst = dst_check(dst, sk->sk_rx_dst_cookie);
/linux-master/net/ipv4/
H A Dudp.c2604 dst = dst_check(dst, 0);
H A Dtcp_ipv4.c1994 dst = dst_check(dst, 0);
H A Droute.c1129 if (!dst_check(&rt->dst, 0)) {
/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/include/net/
H A Ddst.h468 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) function
/linux-master/include/net/sctp/
H A Dsctp.h563 if (t->dst && !dst_check(t->dst, t->dst_cookie))

Completed in 188 milliseconds