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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_addrlist.h73 static inline struct netlbl_af4list *__af4list_valid(struct list_head *s, function
98 for (iter = __af4list_valid((head)->next, head); \
100 iter = __af4list_valid(iter->list.next, head))
108 for (iter = __af4list_valid((head)->next, head), \
109 tmp = __af4list_valid(iter->list.next, head); \
111 iter = tmp, tmp = __af4list_valid(iter->list.next, head))

Completed in 337 milliseconds