Home
last modified time | relevance | path

Searched refs:dst_hold_safe (Results 1 – 10 of 10) sorted by relevance

/linux/include/net/
H A Ddst.h309 static inline bool dst_hold_safe(struct dst_entry *dst) in dst_hold_safe() function
327 if (!dst_hold_safe(dst)) in skb_dst_force()
/linux/net/bridge/
H A Dbr_vlan_tunnel.c226 if (tunnel_dst && dst_hold_safe(&tunnel_dst->dst)) in br_handle_egress_vlan_tunnel()
/linux/net/netfilter/
H A Dnf_flow_table_path.c297 if (!dst_hold_safe(this_dst)) in nft_flow_route()
H A Dnf_nat_proto.c616 if (!dst_hold_safe(dst)) in nf_xfrm_me_harder()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1709 if (dst_hold_safe(&rx_sc->md_dst->dst)) in mlx5e_macsec_offload_handle_rx_skb()
/linux/net/ipv6/
H A Dtcp_ipv6.c101 if (dst && dst_hold_safe(dst)) { in inet6_sk_rx_dst_set()
H A Droute.c1218 if (dst_hold_safe(&rt->dst)) in ip6_hold_safe()
2731 if (!rt6->dst.rt_uncached_list && !dst_hold_safe(dst)) { in ip6_route_output_flags()
/linux/net/ipv4/
H A Dtcp_ipv4.c2352 if (dst && dst_hold_safe(dst)) {
H A Droute.c2679 if (rt_cache_valid(rth) && dst_hold_safe(&rth->dst)) in __mkroute_output()
H A Dudp.c2495 if (dst_hold_safe(dst)) { in udp_sk_rx_dst_set()