Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Ddst.h306 static inline bool dst_hold_safe(struct dst_entry *dst) in dst_hold_safe() function
323 if (!dst_hold_safe(dst)) in skb_dst_force()
/Linux-v4.19/net/netfilter/
Dnf_flow_table_core.c74 if (!dst_hold_safe(route->tuple[FLOW_OFFLOAD_DIR_ORIGINAL].dst)) in flow_offload_alloc()
77 if (!dst_hold_safe(route->tuple[FLOW_OFFLOAD_DIR_REPLY].dst)) in flow_offload_alloc()
/Linux-v4.19/net/ipv6/
Droute.c1029 if (dst_hold_safe(&rt->dst)) in ip6_hold_safe()
2266 if (dst_hold_safe(&rt->dst)) in ip6_link_failure()
3267 if (dst_hold_safe(&rt->dst)) in ip6_del_cached_rt()
Dtcp_ipv6.c97 if (dst && dst_hold_safe(dst)) { in inet6_sk_rx_dst_set()
/Linux-v4.19/net/ipv4/
Dtcp_ipv4.c1917 if (dst && dst_hold_safe(dst)) { in inet_sk_rx_dst_set()
Dudp.c2017 if (dst_hold_safe(dst)) { in udp_sk_rx_dst_set()
Droute.c2271 if (rt_cache_valid(rth) && dst_hold_safe(&rth->dst)) in __mkroute_output()