Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_vlan_tunnel.c207 if (tunnel_dst && dst_hold_safe(&tunnel_dst->dst)) in br_handle_egress_vlan_tunnel()
/kernel/linux/linux-5.10/include/net/
H A Ddst.h282 * dst_hold_safe - Take a reference on a dst if possible
288 static inline bool dst_hold_safe(struct dst_entry *dst) in dst_hold_safe() function
306 if (!dst_hold_safe(dst)) in skb_dst_force()
/kernel/linux/linux-6.6/include/net/
H A Ddst.h301 * dst_hold_safe - Take a reference on a dst if possible
307 static inline bool dst_hold_safe(struct dst_entry *dst) in dst_hold_safe() function
325 if (!dst_hold_safe(dst)) in skb_dst_force()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_vlan_tunnel.c220 if (tunnel_dst && dst_hold_safe(&tunnel_dst->dst)) in br_handle_egress_vlan_tunnel()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_flow_table_core.c85 if (!dst_hold_safe(route->tuple[dir].dst)) in flow_offload_fill_route()
H A Dnf_nat_core.c165 if (!dst_hold_safe(dst)) in nf_xfrm_me_harder()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_flow_offload.c253 if (!dst_hold_safe(this_dst)) in nft_flow_route()
H A Dnf_nat_proto.c678 if (!dst_hold_safe(dst)) in nf_xfrm_me_harder()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dnip_addrconf.c375 if (dst_hold_safe(&ifp->rt->dst)) in nip_del_addr()
H A Dtcp_nip.c878 if (dst && dst_hold_safe(dst)) { in ninet_sk_rx_dst_set()
/kernel/linux/linux-5.10/net/ipv6/
H A Dtcp_ipv6.c107 if (dst && dst_hold_safe(dst)) { in inet6_sk_rx_dst_set()
H A Droute.c1161 if (dst_hold_safe(&rt->dst)) in ip6_hold_safe()
2523 if (list_empty(&rt6->rt6i_uncached) && !dst_hold_safe(dst)) { in ip6_route_output_flags()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_ipv4.c2186 if (dst && dst_hold_safe(dst)) { in inet_sk_rx_dst_set()
H A Droute.c2509 if (rt_cache_valid(rth) && dst_hold_safe(&rth->dst)) in __mkroute_output()
H A Dudp.c2217 if (dst_hold_safe(dst)) { in udp_sk_rx_dst_set()
2575 * dst_hold_safe() in udp_v4_early_demux()
/kernel/linux/linux-6.6/net/ipv6/
H A Dtcp_ipv6.c103 if (dst && dst_hold_safe(dst)) { in inet6_sk_rx_dst_set()
H A Droute.c1164 if (dst_hold_safe(&rt->dst)) in ip6_hold_safe()
2642 if (list_empty(&rt6->dst.rt_uncached) && !dst_hold_safe(dst)) { in ip6_route_output_flags()
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c2588 if (rt_cache_valid(rth) && dst_hold_safe(&rth->dst)) in __mkroute_output()
H A Dtcp_ipv4.c2248 if (dst && dst_hold_safe(dst)) { in inet_sk_rx_dst_set()
H A Dudp.c2212 if (dst_hold_safe(dst)) { in udp_sk_rx_dst_set()
2589 * dst_hold_safe() in udp_v4_early_demux()

Completed in 55 milliseconds