Searched refs:ndq (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/netinet6/ |
| H A D | nd6_nbr.c | 1659 struct nd_queue *ndq = arg; in nd6_queue_rel() local 1662 ifa = ndq->ndq_ifa; in nd6_queue_rel() 1666 TAILQ_REMOVE(&ifa->ifa_ifp->if_inet6->nd_queue, ndq, ndq_list); in nd6_queue_rel() 1669 free(ndq, M_IP6NDP); in nd6_queue_rel() 1676 struct nd_queue *ndq = arg; in nd6_queue_timer() local 1677 struct ifaddr *ifa = ndq->ndq_ifa; in nd6_queue_timer() 1686 KASSERT(ifa != NULL, ("ND6 queue entry %p with no address", ndq)); in nd6_queue_timer() 1692 daddr = ndq->ndq_daddr; in nd6_queue_timer() 1693 taddr = ndq->ndq_taddr; in nd6_queue_timer() 1703 if ((ndq->ndq_flags & ND6_QUEUE_FLAG_NEWGUA) != 0) { in nd6_queue_timer() [all …]
|
| /freebsd/sys/ufs/ufs/ |
| H A D | ufs_quota.c | 839 struct dquot *ndq; in _setquota() local 850 ndq = NODQUOT; in _setquota() 853 error = dqget(NULL, id, ump, type, &ndq); in _setquota() 856 dq = ndq; in _setquota() 903 struct dquot *ndq; in _setuse() local 914 ndq = NODQUOT; in _setuse() 916 error = dqget(NULL, id, ump, type, &ndq); in _setuse() 919 dq = ndq; in _setuse()
|