Searched refs:ipt_next (Results 1 – 2 of 2) sorted by relevance
7461 next = it->ipt_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) {7578 softc->ipf_token_tail = &it->ipt_next;7579 it->ipt_next = NULL;7606 if (softc->ipf_token_tail == &token->ipt_next)7609 *token->ipt_pnext = token->ipt_next;7610 if (token->ipt_next != NULL)7611 token->ipt_next->ipt_pnext = token->ipt_pnext;7612 token->ipt_next = NULL;
1456 struct ipftoken *ipt_next; member