Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Ddst.h294 static inline bool dst_hold_safe(struct dst_entry *dst) in dst_hold_safe() function
312 if (!dst_hold_safe(dst)) in skb_dst_force()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_vlan_tunnel.c207 if (tunnel_dst && dst_hold_safe(&tunnel_dst->dst)) in br_handle_egress_vlan_tunnel()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c107 if (dst && dst_hold_safe(dst)) { in inet6_sk_rx_dst_set()
H A Droute.c1158 if (dst_hold_safe(&rt->dst)) in ip6_hold_safe()
2519 if (list_empty(&rt6->rt6i_uncached) && !dst_hold_safe(dst)) { in ip6_route_output_flags()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c2170 if (dst && dst_hold_safe(dst)) { in inet_sk_rx_dst_set()
H A Dudp.c2198 if (dst_hold_safe(dst)) { in udp_sk_rx_dst_set()
H A Droute.c2496 if (rt_cache_valid(rth) && dst_hold_safe(&rth->dst)) in __mkroute_output()