Searched refs:ipf_token_head (Results 1 – 2 of 2) sorted by relevance
7354 while ((it = softc->ipf_token_head) != NULL) {7381 for (it = softc->ipf_token_head; it != NULL; it = next) {7414 for (it = softc->ipf_token_head; it != NULL; it = it->ipt_next) {7463 for (it = softc->ipf_token_head; it != NULL; it = it->ipt_next) {9023 softc->ipf_token_head = NULL;9024 softc->ipf_token_tail = &softc->ipf_token_head;
1572 ipftoken_t *ipf_token_head; member