OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipf_htables
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_htable.c
121
iphtable_t *
ipf_htables
[LOOKUP_POOL_SZ];
member in struct:ipf_htable_softc_s
258
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;
708
for (iph = softh->
ipf_htables
[i]; iph != NULL;
718
for (iph = softh->
ipf_htables
[unit + 1]; iph != NULL
[
all
...]
/src/external/bsd/ipf/dist/
ip_htable.c
105
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
[unit + 1]; iph != NULL
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026