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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c169 ifs->ifs_iplt[i] = NULL;
171 ifs->ifs_iplh[i] = &ifs->ifs_iplt[i];
575 while (ifs->ifs_iplt[unit] == NULL) {
626 for (copied = 0; ((ipl = ifs->ifs_iplt[unit]) != NULL); copied += dlen) {
633 ifs->ifs_iplt[unit] = ipl->ipl_next;
635 if (ifs->ifs_iplt[unit] == NULL) {
636 ifs->ifs_iplh[unit] = &ifs->ifs_iplt[unit];
646 ipl->ipl_next = ifs->ifs_iplt[unit];
647 ifs->ifs_iplt[unit] = ipl;
649 if (ifs->ifs_iplh[unit] == &ifs->ifs_iplt[uni
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h193 iplog_t *ifs_iplt[IPL_LOGSIZE]; member in struct:ipf_stack

Completed in 45 milliseconds