Searched refs:ipf_token_head (Results 1 – 2 of 2) sorted by relevance
7587 while ((it = softc->ipf_token_head) != NULL) {7615 for (it = softc->ipf_token_head; it != NULL; it = next) {7651 for (it = softc->ipf_token_head; it != NULL; it = it->ipt_next) {7708 for (it = softc->ipf_token_head; it != NULL; it = it->ipt_next) {9316 softc->ipf_token_head = NULL;9317 softc->ipf_token_tail = &softc->ipf_token_head;
1568 ipftoken_t *ipf_token_head; member