Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/bridge/
A Dbr_vlan_tunnel.c205 if (tunnel_dst && dst_hold_safe(&tunnel_dst->dst)) in br_handle_egress_vlan_tunnel()
/linux-6.3-rc2/include/net/
A Ddst.h293 static inline bool dst_hold_safe(struct dst_entry *dst) in dst_hold_safe() function
311 if (!dst_hold_safe(dst)) in skb_dst_force()
/linux-6.3-rc2/net/netfilter/
A Dnf_flow_table_core.c128 if (!dst_hold_safe(route->tuple[dir].dst)) in flow_offload_fill_route()
A Dnf_nat_proto.c678 if (!dst_hold_safe(dst)) in nf_xfrm_me_harder()
/linux-6.3-rc2/net/ipv6/
A Dtcp_ipv6.c107 if (dst && dst_hold_safe(dst)) { in inet6_sk_rx_dst_set()
A Droute.c1163 if (dst_hold_safe(&rt->dst)) in ip6_hold_safe()
2641 if (list_empty(&rt6->rt6i_uncached) && !dst_hold_safe(dst)) { in ip6_route_output_flags()
/linux-6.3-rc2/net/ipv4/
A Dtcp_ipv4.c2240 if (dst && dst_hold_safe(dst)) { in inet_sk_rx_dst_set()
A Dudp.c2264 if (dst_hold_safe(dst)) { in udp_sk_rx_dst_set()
A Droute.c2587 if (rt_cache_valid(rth) && dst_hold_safe(&rth->dst)) in __mkroute_output()

Completed in 49 milliseconds