Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dnd6_nbr.c126 struct nd_queue { struct
127 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 …]
H A Din6_var.h512 TAILQ_HEAD(, nd_queue) nd_queue;
H A Dnd6.c343 TAILQ_INIT(&nd->nd_queue); in nd6_ifattach()