1 #include <sys/queue.h> 2 3 4 #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) 5 6 #define STAILQ_FIRST(head) ((head)->stqh_first) 7