Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_pool.c66 ip_pool_t *ipf_pool_list[LOOKUP_POOL_SZ]; member
607 stats.ipls_list[i] = softp->ipf_pool_list[i];
614 stats.ipls_list[unit] = softp->ipf_pool_list[unit];
651 for (p = softp->ipf_pool_list[i]; p != NULL;
661 for (p = softp->ipf_pool_list[unit + 1]; p != NULL;
1000 p = softp->ipf_pool_list[unit + 1];
1016 h->ipo_next = softp->ipf_pool_list[unit + 1];
1017 if (softp->ipf_pool_list[unit + 1] != NULL)
1019 h->ipo_pnext = &softp->ipf_pool_list[unit + 1];
1020 softp->ipf_pool_list[unit + 1] = h;
[all …]