Searched refs:nd_queue (Results 1 – 3 of 3) sorted by relevance
126 struct nd_queue { struct127 TAILQ_ENTRY(nd_queue) ndq_list;1659 struct nd_queue *ndq = arg; in nd6_queue_rel()1666 TAILQ_REMOVE(&ifa->ifa_ifp->if_inet6->nd_queue, ndq, ndq_list); in nd6_queue_rel()1676 struct nd_queue *ndq = arg; in nd6_queue_timer()1759 struct nd_queue *ndq = NULL; in nd6_queue_add()1775 TAILQ_FOREACH(ndq, &ext->nd_queue, ndq_list) { in nd6_queue_add()1795 TAILQ_INSERT_TAIL(&ext->nd_queue, ndq, ndq_list); in nd6_queue_add()1825 struct nd_queue *ndq; in nd6_grand_start()1845 TAILQ_FOREACH(ndq, &ext->nd_queue, ndq_list) { in nd6_grand_start()[all …]
508 TAILQ_HEAD(, nd_queue) nd_queue;
343 TAILQ_INIT(&nd->nd_queue); in nd6_ifattach()