Searched refs:dst_hold_safe (Results 1 - 9 of 9) sorted by last modified time

/linux-master/net/ipv4/
H A Dtcp_ipv4.c2447 if (dst && dst_hold_safe(dst)) {
H A Dudp.c2232 if (dst_hold_safe(dst)) {
2610 * dst_hold_safe()
H A Droute.c2575 if (rt_cache_valid(rth) && dst_hold_safe(&rth->dst))
/linux-master/net/ipv6/
H A Dtcp_ipv6.c99 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/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/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/bridge/
H A Dbr_vlan_tunnel.c223 if (tunnel_dst && dst_hold_safe(&tunnel_dst->dst))

Completed in 409 milliseconds