Home
last modified time | relevance | path

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

/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h127 #define SLIST_FIRST(head) ((head)->slh_first) macro
130 for ((var) = SLIST_FIRST((head)); \
135 SLIST_FIRST((head)) = NULL; \
144 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
145 SLIST_FIRST((head)) = (elm); \
151 if (SLIST_FIRST((head)) == (elm)) { \
155 struct type *curelm = SLIST_FIRST((head)); \
164 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \