Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/include/net/
H A Ddst.h476 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) in dst_check() function
/openbmc/linux/include/net/sctp/
H A Dsctp.h563 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_net.c101 if (!dst || !dst_check(dst, qp->dst_cookie)) { in rxe_find_route()
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_ip.c263 return dst_check(tuple->dst_cache, tuple->dst_cookie); in nf_flow_dst_check()
/openbmc/linux/net/ipv6/
H A Dudp.c1122 dst = dst_check(dst, sk->sk_rx_dst_cookie); in udp_v6_early_demux()
H A Dtcp_ipv6.c1864 dst = dst_check(dst, sk->sk_rx_dst_cookie); in tcp_v6_early_demux()
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c3921 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok()
3948 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
/openbmc/linux/net/ipv4/
H A Dudp.c2605 dst = dst_check(dst, 0); in udp_v4_early_demux()
H A Dtcp_ipv4.c1813 dst = dst_check(dst, 0); in tcp_v4_early_demux()
H A Droute.c1136 if (!dst_check(&rt->dst, 0)) { in ipv4_sk_update_pmtu()