Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dpf_ioctl.c240 static struct list_head token_list_head; variable
363 SLIST_INSERT_HEAD(&token_list_head, new_token, next); in generate_token()
376 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in remove_token()
378 SLIST_REMOVE(&token_list_head, entry, in remove_token()
397 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in invalidate_all_tokens()
398 SLIST_REMOVE(&token_list_head, entry, pfioc_kernel_token, next); in invalidate_all_tokens()
2363 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in pfioctl_ioc_tokens()