Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c174 ifs->ifs_iplt[i] = NULL;
176 ifs->ifs_iplh[i] = &ifs->ifs_iplt[i];
580 while (ifs->ifs_iplt[unit] == NULL) {
631 for (copied = 0; ((ipl = ifs->ifs_iplt[unit]) != NULL); copied += dlen) {
638 ifs->ifs_iplt[unit] = ipl->ipl_next;
640 if (ifs->ifs_iplt[unit] == NULL) {
641 ifs->ifs_iplh[unit] = &ifs->ifs_iplt[unit];
651 ipl->ipl_next = ifs->ifs_iplt[unit];
652 ifs->ifs_iplt[unit] = ipl;
654 if (ifs->ifs_iplh[unit] == &ifs->ifs_iplt[unit]) {
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h199 iplog_t *ifs_iplt[IPL_LOGSIZE]; member