Searched refs:__af6list_valid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_addrlist.h | 125 static inline struct netlbl_af6list *__af6list_valid(struct list_head *s, in __af6list_valid() function 150 for (iter = __af6list_valid((head)->next, head); \ 152 iter = __af6list_valid(iter->list.next, head)) 160 for (iter = __af6list_valid((head)->next, head), \ 161 tmp = __af6list_valid(iter->list.next, head); \ 163 iter = tmp, tmp = __af6list_valid(iter->list.next, head))
|
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_addrlist.h | 125 static inline struct netlbl_af6list *__af6list_valid(struct list_head *s, in __af6list_valid() function 150 for (iter = __af6list_valid((head)->next, head); \ 152 iter = __af6list_valid(iter->list.next, head)) 160 for (iter = __af6list_valid((head)->next, head), \ 161 tmp = __af6list_valid(iter->list.next, head); \ 163 iter = tmp, tmp = __af6list_valid(iter->list.next, head))
|
Completed in 2 milliseconds