Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dfil.c6572 ipftoken_t *ipftokenhead = NULL, **ipftokentail = &ipftokenhead; variable
6681 it->ipt_pnext = ipftokentail;
6682 *ipftokentail = it;
6683 ipftokentail = &it->ipt_next;
6707 if (ipftokentail == &token->ipt_next)
6708 ipftokentail = token->ipt_pnext;