Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c7079 for (it = ifs->ifs_ipftokenhead; it != NULL; it = it->ipt_next)
7107 if (ifs->ifs_ipftokentail == &token->ipt_next)
7110 *token->ipt_pnext = token->ipt_next;
7111 if (token->ipt_next != NULL)
7112 token->ipt_next->ipt_pnext = token->ipt_pnext;
7142 for (it = ifs->ifs_ipftokenhead; it != NULL; it = it->ipt_next) {
7159 it->ipt_next = NULL;
7171 ifs->ifs_ipftokentail = &it->ipt_next;
7172 it->ipt_next = NULL;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1310 struct ipftoken *ipt_next; member