hif_eligible      163 altq/altq_hfsc.c 	hif->hif_eligible = ellist_alloc();
hif_eligible      164 altq/altq_hfsc.c 	if (hif->hif_eligible == NULL) {
hif_eligible      189 altq/altq_hfsc.c 	ellist_destroy(hif->hif_eligible);
hif_eligible      695 altq/altq_hfsc.c 		if ((cl = ellist_get_mindl(hif->hif_eligible, cur_time))
hif_eligible     1128 altq/altq_hfsc.c 	if ((p = TAILQ_LAST(hif->hif_eligible, _eligible)) == NULL ||
hif_eligible     1130 altq/altq_hfsc.c 		TAILQ_INSERT_TAIL(hif->hif_eligible, cl, cl_ellist);
hif_eligible     1134 altq/altq_hfsc.c 	TAILQ_FOREACH(p, hif->hif_eligible, cl_ellist) {
hif_eligible     1148 altq/altq_hfsc.c 	TAILQ_REMOVE(hif->hif_eligible, cl, cl_ellist);
hif_eligible     1166 altq/altq_hfsc.c 	last = TAILQ_LAST(hif->hif_eligible, _eligible);
hif_eligible     1169 altq/altq_hfsc.c 		TAILQ_REMOVE(hif->hif_eligible, cl, cl_ellist);
hif_eligible     1170 altq/altq_hfsc.c 		TAILQ_INSERT_TAIL(hif->hif_eligible, cl, cl_ellist);
hif_eligible     1180 altq/altq_hfsc.c 			TAILQ_REMOVE(hif->hif_eligible, cl, cl_ellist);
hif_eligible      239 altq/altq_hfsc.h 	ellist_t *hif_eligible;			/* eligible list */