nd6_nbr.c | 103 struct ifnet *ifp, *ifpc; local in function:nd6_ns_input 123 ifp = ifpc = m_get_rcvif_psref(m, &psref); 231 ifpc = ifa->ifa_ifp; 232 if_acquire(ifpc, &psref_c); 360 nd6_na_output(ifpc, &in6_all, &taddr6, 367 nd6_cache_lladdr(ifpc, &saddr6, lladdr, lladdrlen, ND_NEIGHBOR_SOLICIT, 0); 376 if (ifp != ifpc) 377 if_put(ifpc, &psref_c);
|