Searched refs:nd6_need_cache (Results 1 – 5 of 5) sorted by relevance
912 extern int nd6_need_cache(struct ifnet *);
2674 if (!nd6_need_cache(ifp) && !(rt->rt_flags & RTF_HOST)) { in nd6_rtrequest()2688 if (!nd6_need_cache(ifp)) { /* stf case */ in nd6_rtrequest()4032 if (IN6_IS_ADDR_MULTICAST(&dst->sin6_addr) || !nd6_need_cache(ifp)) { in nd6_output_list()4535 nd6_need_cache(struct ifnet *ifp) in nd6_need_cache() function
402 nd6_need_cache(ifp)) { in nd6_if_prproxy()
2445 VERIFY(nd6_need_cache(ifp)); in nd6_alt_node_addr_decompose()
3688 if (nd6_need_cache(ifp)) { in nd6_prefix_onlink_common()