Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Ddst.h452 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) in dst_check() function
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dsctp.h565 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_flow_table_ip.c226 return dst_check(dst, 0) ? 0 : -1; in nf_flow_offload_dst_check()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_net.c120 if (!dst || !dst_check(dst, qp->dst_cookie)) { in rxe_find_route()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_core.h987 dst = dst_check(dst, (ipv == 6) ? rt6_get_cookie(rt) : 0); in qeth_dst_check_rcu()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudp.c1061 dst = dst_check(dst, inet6_sk(sk)->rx_dst_cookie); in udp_v6_early_demux()
H A Dtcp_ipv6.c1853 dst = dst_check(dst, tcp_inet6_sk(sk)->rx_dst_cookie); in tcp_v6_early_demux()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c3839 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok()
3866 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c1764 dst = dst_check(dst, 0); in tcp_v4_early_demux()
H A Dudp.c2550 dst = dst_check(dst, 0); in udp_v4_early_demux()
H A Droute.c1171 if (!dst_check(&rt->dst, 0)) { in ipv4_sk_update_pmtu()