Searched refs:ifs_ipftokenhead (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_lookup.c99 ifs->ifs_ipftokenhead = NULL;
100 ifs->ifs_ipftokentail = &ifs->ifs_ipftokenhead;
H A Dfil.c7049 while ((it = ifs->ifs_ipftokenhead) != NULL) {
7080 for (it = ifs->ifs_ipftokenhead; it != NULL; it = it->ipt_next)
7143 for (it = ifs->ifs_ipftokenhead; it != NULL; it = it->ipt_next) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h90 ipftoken_t *ifs_ipftokenhead; member in struct:ipf_stack

Completed in 79 milliseconds