Searched refs:token_list_head (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | pf_ioctl.c | 237 static struct list_head token_list_head; variable 371 SLIST_INSERT_HEAD(&token_list_head, new_token, next); in generate_token() 384 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in remove_token() 386 SLIST_REMOVE(&token_list_head, entry, in remove_token() 405 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in invalidate_all_tokens() 406 SLIST_REMOVE(&token_list_head, entry, pfioc_kernel_token, next); in invalidate_all_tokens() 2352 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in pfioctl_ioc_tokens()
|