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

/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_htable.c105 iphtable_t *ipf_htables[LOOKUP_POOL_SZ]; member in struct:ipf_htable_softc_s
251 stats.iphs_tables = softh->ipf_htables[op->iplo_unit + 1];
337 for (oiph = softh->ipf_htables[unit + 1]; oiph != NULL;
371 iph->iph_next = softh->ipf_htables[unit + 1];
372 iph->iph_pnext = &softh->ipf_htables[unit + 1];
373 if (softh->ipf_htables[unit + 1] != NULL)
374 softh->ipf_htables[unit + 1]->iph_pnext = &iph->iph_next;
375 softh->ipf_htables[unit + 1] = iph;
740 for (iph = softh->ipf_htables[i]; iph != NULL;
750 for (iph = softh->ipf_htables[uni
[all...]

Completed in 44 milliseconds