Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dpf_ioctl.c237 static struct list_head token_list_head; variable
360 SLIST_INSERT_HEAD(&token_list_head, new_token, next); in generate_token()
373 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in remove_token()
375 SLIST_REMOVE(&token_list_head, entry, in remove_token()
394 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in invalidate_all_tokens()
395 SLIST_REMOVE(&token_list_head, entry, pfioc_kernel_token, next); in invalidate_all_tokens()
2336 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in pfioctl_ioc_tokens()