Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c7616 next = it->ipt_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) {
7740 softc->ipf_token_tail = &it->ipt_next;
7741 it->ipt_next = NULL;
7770 if (softc->ipf_token_tail == &token->ipt_next)
7773 *token->ipt_pnext = token->ipt_next;
7774 if (token->ipt_next != NULL)
7775 token->ipt_next->ipt_pnext = token->ipt_pnext;
7776 token->ipt_next = NULL;
H A Dip_fil.h1455 struct ipftoken *ipt_next; member