Home
last modified time | relevance | path

Searched refs:rt6_need_strict (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/net/
Dip6_route.h65 static inline bool rt6_need_strict(const struct in6_addr *daddr) in rt6_need_strict() function
/Linux-v5.4/drivers/net/
Dvrf.c474 if (rt6_need_strict(&ipv6_hdr(skb)->daddr)) in vrf_ip6_out()
991 bool need_strict = rt6_need_strict(&ipv6_hdr(skb)->daddr); in vrf_ip6_rcv()
/Linux-v5.4/net/ipv6/
Droute.c1023 !rt6_need_strict(&res->f6i->fib6_dst.addr)) in ip6_rt_get_dev_rcu()
2271 if (rt6_need_strict(&fl6->daddr) && dev->type != ARPHRD_PIMREG) in ip6_route_input_lookup()
2479 if ((sk && sk->sk_bound_dev_if) || rt6_need_strict(&fl6->daddr) || in ip6_route_output_flags_noref()
Dtcp_ipv6.c879 if (rt6_need_strict(&fl6.daddr) && !oif) in tcp_v6_send_response()
/Linux-v5.4/net/core/
Dfilter.c4742 if (rt6_need_strict(dst) || rt6_need_strict(src)) in bpf_ipv6_fib_lookup()