Searched refs:__af4list_valid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_addrlist.h | 58 static inline struct netlbl_af4list *__af4list_valid(struct list_head *s, in __af4list_valid() function 83 for (iter = __af4list_valid((head)->next, head); \ 85 iter = __af4list_valid(iter->list.next, head)) 93 for (iter = __af4list_valid((head)->next, head), \ 94 tmp = __af4list_valid(iter->list.next, head); \ 96 iter = tmp, tmp = __af4list_valid(iter->list.next, head))
|
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_addrlist.h | 58 static inline struct netlbl_af4list *__af4list_valid(struct list_head *s, in __af4list_valid() function 83 for (iter = __af4list_valid((head)->next, head); \ 85 iter = __af4list_valid(iter->list.next, head)) 93 for (iter = __af4list_valid((head)->next, head), \ 94 tmp = __af4list_valid(iter->list.next, head); \ 96 iter = tmp, tmp = __af4list_valid(iter->list.next, head))
|
Completed in 2 milliseconds