Lines Matching refs:nrt
288 struct rtentry *nrt = NULL; in in6_ifloop_request() local
307 (struct sockaddr *)&all1_sa, RTF_UP | RTF_HOST | RTF_LLINFO, &nrt); in in6_ifloop_request()
316 if (nrt != NULL) { in in6_ifloop_request()
317 RT_LOCK(nrt); in in6_ifloop_request()
326 if (cmd == RTM_ADD && nrt && ifa != nrt->rt_ifa) { in in6_ifloop_request()
327 rtsetifa(nrt, ifa); in in6_ifloop_request()
336 if (nrt != NULL) { in in6_ifloop_request()
337 rt_newaddrmsg((u_char)cmd, ifa, e, nrt); in in6_ifloop_request()
339 RT_UNLOCK(nrt); in in6_ifloop_request()
340 rtfree_locked(nrt); in in6_ifloop_request()
343 RT_REMREF_LOCKED(nrt); in in6_ifloop_request()
344 RT_UNLOCK(nrt); in in6_ifloop_request()