Searched refs:dst_check (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/s390/net/ |
A D | qeth_core.h | 965 dst = dst_check(dst, rt6_get_cookie(rt)); in qeth_dst_check_rcu() 967 dst = dst_check(dst, 0); in qeth_dst_check_rcu()
|
/linux/include/net/ |
A D | dst.h | 468 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) in dst_check() function
|
/linux/include/net/sctp/ |
A D | sctp.h | 568 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()
|
/linux/drivers/infiniband/sw/rxe/ |
A D | rxe_net.c | 120 if (!dst || !dst_check(dst, qp->dst_cookie)) { in rxe_find_route()
|
/linux/net/netfilter/ |
A D | nf_flow_table_core.c | 441 if (!dst_check(dst, tuple->dst_cookie)) in flow_offload_stale_dst()
|
/linux/net/ipv6/ |
A D | udp.c | 1077 dst = dst_check(dst, sk->sk_rx_dst_cookie); in udp_v6_early_demux()
|
A D | tcp_ipv6.c | 1883 dst = dst_check(dst, sk->sk_rx_dst_cookie); in tcp_v6_early_demux()
|
/linux/net/xfrm/ |
A D | xfrm_policy.c | 3781 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok() 3808 if (!dst_check(xdst->route, xdst->route_cookie)) in xfrm_bundle_ok()
|
/linux/net/ipv4/ |
A D | tcp_ipv4.c | 1795 dst = dst_check(dst, 0); in tcp_v4_early_demux()
|
A D | udp.c | 2605 dst = dst_check(dst, 0); in udp_v4_early_demux()
|
A D | route.c | 1128 if (!dst_check(&rt->dst, 0)) { in ipv4_sk_update_pmtu()
|
Completed in 47 milliseconds