Searched refs:nd6_need_cache (Results 1 – 5 of 5) sorted by relevance
924 extern int nd6_need_cache(struct ifnet *);
2737 if (!nd6_need_cache(ifp) && !(rt->rt_flags & RTF_HOST)) { in nd6_rtrequest()2751 if (!nd6_need_cache(ifp)) { /* stf case */ in nd6_rtrequest()4106 if (IN6_IS_ADDR_MULTICAST(&dst->sin6_addr) || !nd6_need_cache(ifp)) { in nd6_output_list()4609 nd6_need_cache(struct ifnet *ifp) in nd6_need_cache() function
402 nd6_need_cache(ifp)) { in nd6_if_prproxy()
2475 VERIFY(nd6_need_cache(ifp)); in nd6_alt_node_addr_decompose()
3711 if (nd6_need_cache(ifp)) { in nd6_prefix_onlink_common()