Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dpf_ioctl.c241 static struct list_head token_list_head; variable
364 SLIST_INSERT_HEAD(&token_list_head, new_token, next); in generate_token()
377 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in remove_token()
379 SLIST_REMOVE(&token_list_head, entry, in remove_token()
398 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in invalidate_all_tokens()
399 SLIST_REMOVE(&token_list_head, entry, pfioc_kernel_token, next); in invalidate_all_tokens()
2427 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in pfioctl_ioc_tokens()