Lines Matching refs:nrt
246 rtentry_ref_t nrt = NULL; in in6_ifloop_request() local
265 SA(&all1_sa), RTF_UP | RTF_HOST | RTF_LLINFO, &nrt); in in6_ifloop_request()
274 if (nrt != NULL) { in in6_ifloop_request()
275 RT_LOCK(nrt); in in6_ifloop_request()
284 if (cmd == RTM_ADD && nrt && ifa != nrt->rt_ifa) { in in6_ifloop_request()
285 rtsetifa(nrt, ifa); in in6_ifloop_request()
294 if (nrt != NULL) { in in6_ifloop_request()
295 rt_newaddrmsg((u_char)cmd, ifa, e, nrt); in in6_ifloop_request()
297 RT_UNLOCK(nrt); in in6_ifloop_request()
298 rtfree_locked(nrt); in in6_ifloop_request()
301 RT_REMREF_LOCKED(nrt); in in6_ifloop_request()
302 RT_UNLOCK(nrt); in in6_ifloop_request()