OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iph_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_htable.h
43
struct iphtent_s **
iph_table
;
member in struct:iphtable_s
ip_htable.c
353
KMALLOCS(iph->
iph_table
, iphtent_t **,
354
iph->iph_size * sizeof(*iph->
iph_table
));
355
if (iph->
iph_table
== NULL) {
362
bzero((char *)iph->
iph_table
, iph->iph_size * sizeof(*iph->
iph_table
));
481
KFREES(iph->
iph_table
, iph->iph_size * sizeof(*iph->
iph_table
));
906
ipe->ipe_hnext = iph->
iph_table
[hv];
907
ipe->ipe_phnext = iph->
iph_table
+ hv;
909
if (iph->
iph_table
[hv] != NULL
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026