HomeSort by: relevance | last modified time | path
    Searched defs:ipf_pool_list (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_pool.c 90 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[unit + 1] != NULL
    [all...]

Completed in 12 milliseconds