Home
last modified time | relevance | path

Searched refs:nd_queue (Results 1 – 3 of 3) sorted by relevance

/src/sys/netinet6/
H A Dnd6_nbr.c125 struct nd_queue { struct
126 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 …]
H A Din6_var.h508 TAILQ_HEAD(, nd_queue) nd_queue;
H A Dnd6.c344 TAILQ_INIT(&nd->nd_queue); in nd6_ifattach()