Searched refs:token_list_head (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/net/ |
| H A D | pf_ioctl.c | 237 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()
|