Searched refs:nd_queue (Results 1 – 3 of 3) sorted by relevance
126 struct nd_queue { struct127 TAILQ_ENTRY(nd_queue) ndq_list;1686 struct nd_queue *ndq = arg; in nd6_queue_rel()1693 TAILQ_REMOVE(&ifa->ifa_ifp->if_inet6->nd_queue, ndq, ndq_list); in nd6_queue_rel()1703 struct nd_queue *ndq = arg; in nd6_queue_timer()1786 struct nd_queue *ndq = NULL; in nd6_queue_add()1802 TAILQ_FOREACH(ndq, &ext->nd_queue, ndq_list) { in nd6_queue_add()1822 TAILQ_INSERT_TAIL(&ext->nd_queue, ndq, ndq_list); in nd6_queue_add()1852 struct nd_queue *ndq; in nd6_grand_start()1872 TAILQ_FOREACH(ndq, &ext->nd_queue, ndq_list) { in nd6_grand_start()[all …]
512 TAILQ_HEAD(, nd_queue) nd_queue;
343 TAILQ_INIT(&nd->nd_queue); in nd6_ifattach()