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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c16 * stored in the ipf_stacks list, which is protected by ipf_stack_lock.
29 * - ipf_stack_lock must be held when accessing the ipf_stacks list
167 static ipf_stack_t *ipf_stacks = NULL; variable
472 if (ipf_stacks != NULL)
473 ipf_stacks->ifs_pnext = &ifs->ifs_next;
474 ifs->ifs_next = ipf_stacks;
475 ifs->ifs_pnext = &ipf_stacks;
476 ipf_stacks = ifs;
548 for (ifs = ipf_stacks; ifs != NULL; ifs = ifs->ifs_next) {
594 for (ifs = ipf_stacks; if
[all...]

Completed in 44 milliseconds