Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c7461 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;
H A Dip_fil.h1456 struct ipftoken *ipt_next; member