Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip6_route.h64 static inline bool rt6_need_strict(const struct in6_addr *daddr) in rt6_need_strict() function
/linux/net/ipv6/
H A Droute.c1032 !rt6_need_strict(&res->f6i->fib6_dst.addr)) in ip6_rt_get_dev_rcu()
2297 if (rt6_need_strict(&fl6->daddr) && dev->type != ARPHRD_PIMREG) in ip6_route_input_lookup()
2630 if ((sk && sk->sk_bound_dev_if) || rt6_need_strict(&fl6->daddr) || in ip6_route_output_flags_noref()
H A Dtcp_ipv6.c960 if (rt6_need_strict(&fl6.daddr) && !oif) in tcp_v6_send_response()
/linux/net/core/
H A Dfilter.c6064 if (rt6_need_strict(dst) || rt6_need_strict(src)) in bpf_ipv6_fib_lookup()