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

/xnu-2422.115.4/bsd/net/
H A Dpf_ioctl.c253 static struct list_head token_list_head; variable in typeref:struct:list_head
395 SLIST_INSERT_HEAD(&token_list_head, new_token, next);
408 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) {
410 SLIST_REMOVE(&token_list_head, entry,
429 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) {
430 SLIST_REMOVE(&token_list_head, entry, pfioc_kernel_token, next);
2723 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) {

Completed in 79 milliseconds