Searched refs:ipf_token_head (Results 1 – 2 of 2) sorted by relevance
7433 while ((it = softc->ipf_token_head) != NULL) {7450 /* ipf_token_head but there is a chance that a token might have a ref count */7460 for (it = softc->ipf_token_head; it != NULL; it = next) {7493 for (it = softc->ipf_token_head; it != NULL; it = it->ipt_next) {7546 for (it = softc->ipf_token_head; it != NULL; it = it->ipt_next) {9107 softc->ipf_token_head = NULL;9108 softc->ipf_token_tail = &softc->ipf_token_head;
1572 ipftoken_t *ipf_token_head; member