Searched refs:nd_queue (Results 1 – 3 of 3) sorted by relevance
125 struct nd_queue { struct126 TAILQ_ENTRY(nd_queue) ndq_list;1655 struct nd_queue *ndq = arg; in nd6_queue_rel()1662 TAILQ_REMOVE(&ifa->ifa_ifp->if_inet6->nd_queue, ndq, ndq_list); in nd6_queue_rel()1672 struct nd_queue *ndq = arg; in nd6_queue_timer()1738 struct nd_queue *ndq = NULL; in nd6_queue_add()1754 TAILQ_FOREACH(ndq, &ext->nd_queue, ndq_list) { in nd6_queue_add()1774 TAILQ_INSERT_TAIL(&ext->nd_queue, ndq, ndq_list); in nd6_queue_add()1793 struct nd_queue *ndq; in nd6_grand_start()1813 TAILQ_FOREACH(ndq, &ext->nd_queue, ndq_list) { in nd6_grand_start()[all …]
508 TAILQ_HEAD(, nd_queue) nd_queue;
344 TAILQ_INIT(&nd->nd_queue); in nd6_ifattach()