Lines Matching refs:nrt
285 struct rtentry *nrt = NULL; in in6_ifloop_request() local
304 (struct sockaddr *)&all1_sa, RTF_UP | RTF_HOST | RTF_LLINFO, &nrt); in in6_ifloop_request()
313 if (nrt != NULL) { in in6_ifloop_request()
314 RT_LOCK(nrt); in in6_ifloop_request()
323 if (cmd == RTM_ADD && nrt && ifa != nrt->rt_ifa) { in in6_ifloop_request()
324 rtsetifa(nrt, ifa); in in6_ifloop_request()
333 if (nrt != NULL) { in in6_ifloop_request()
334 rt_newaddrmsg((u_char)cmd, ifa, e, nrt); in in6_ifloop_request()
336 RT_UNLOCK(nrt); in in6_ifloop_request()
337 rtfree_locked(nrt); in in6_ifloop_request()
340 RT_REMREF_LOCKED(nrt); in in6_ifloop_request()
341 RT_UNLOCK(nrt); in in6_ifloop_request()