Searched refs:dst_hold_safe (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/net/
H A Ddst.h294 * dst_hold_safe - Take a reference on a dst if possible
300 static inline bool dst_hold_safe(struct dst_entry *dst) function
318 if (!dst_hold_safe(dst))
/linux-master/net/bridge/
H A Dbr_vlan_tunnel.c220 if (tunnel_dst && dst_hold_safe(&tunnel_dst->dst))
/linux-master/net/netfilter/
H A Dnft_flow_offload.c253 if (!dst_hold_safe(this_dst))
H A Dnf_nat_proto.c678 if (!dst_hold_safe(dst))
/linux-master/net/ipv6/
H A Dtcp_ipv6.c97 if (dst && dst_hold_safe(dst)) {
H A Droute.c1174 if (dst_hold_safe(&rt->dst))
2652 if (list_empty(&rt6->dst.rt_uncached) && !dst_hold_safe(dst)) {
/linux-master/net/ipv4/
H A Dtcp_ipv4.c2429 if (dst && dst_hold_safe(dst)) {
H A Droute.c2589 if (rt_cache_valid(rth) && dst_hold_safe(&rth->dst))
H A Dudp.c2216 if (dst_hold_safe(dst)) {
2594 * dst_hold_safe()

Completed in 176 milliseconds