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

/netbsd-current/external/bsd/ipf/dist/
H A Dip_pool.c74 ip_pool_t *ipf_pool_list[LOOKUP_POOL_SZ]; member in struct:ipf_pool_softc_s
336 for (q = softp->ipf_pool_list[i + 1]; (p = q) != NULL; ) {
615 stats.ipls_list[i] = softp->ipf_pool_list[i];
622 stats.ipls_list[unit] = softp->ipf_pool_list[unit];
659 for (p = softp->ipf_pool_list[i]; p != NULL;
669 for (p = softp->ipf_pool_list[unit + 1]; p != NULL;
999 for (p = softp->ipf_pool_list[unit + 1]; p != NULL; ) {
1008 p = softp->ipf_pool_list[unit + 1];
1024 h->ipo_next = softp->ipf_pool_list[unit + 1];
1025 if (softp->ipf_pool_list[uni
[all...]
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_pool.c90 ip_pool_t *ipf_pool_list[LOOKUP_POOL_SZ]; member in struct:ipf_pool_softc_s
346 for (q = softp->ipf_pool_list[i + 1]; (p = q) != NULL; ) {
606 stats.ipls_list[i] = softp->ipf_pool_list[i];
613 stats.ipls_list[unit] = softp->ipf_pool_list[unit];
647 for (p = softp->ipf_pool_list[i]; p != NULL;
657 for (p = softp->ipf_pool_list[unit + 1]; p != NULL;
966 for (p = softp->ipf_pool_list[unit + 1]; p != NULL; ) {
971 p = softp->ipf_pool_list[unit + 1];
987 h->ipo_next = softp->ipf_pool_list[unit + 1];
988 if (softp->ipf_pool_list[uni
[all...]

Completed in 79 milliseconds