Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_log.c125 iplog_t *iplt[IPL_LOGSIZE]; member
241 softl->iplt[i] = NULL;
243 softl->iplh[i] = &softl->iplt[i];
748 softl->iplt[unit] = ipl->ipl_next;
757 ipl->ipl_next = softl->iplt[unit];
758 softl->iplt[unit] = ipl;
766 if (!softl->iplt[unit]) {
768 softl->iplh[unit] = &softl->iplt[unit];
800 softl->iplt[unit] = ipl->ipl_next;
803 softl->iplh[unit] = &softl->iplt[unit];
[all …]