Searched refs:ellist_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h228 typedef TAILQ_HEAD(_eligible, hfsc_class) ellist_t; typedef
312 ellist_t *hif_eligible; /* eligible list */
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.h223 typedef TAILQ_HEAD(_eligible, hfsc_class) ellist_t; typedef
307 ellist_t *hif_eligible; /* eligible list */
H A Daltq_hfsc.c107 static ellist_t *ellist_alloc(void);
108 static void ellist_destroy(ellist_t *);
112 struct hfsc_class *ellist_get_mindl(ellist_t *, u_int64_t);
1190 static ellist_t *
1193 ellist_t *head;
1195 head = malloc(sizeof(ellist_t), M_DEVBUF, M_WAITOK);
1201 ellist_destroy(ellist_t *head)
1275 ellist_get_mindl(ellist_t *head, u_int64_t cur_time)

Completed in 169 milliseconds