OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipe_hnext
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_htable.h
10
struct iphtent_s *
ipe_hnext
, **ipe_phnext;
member in struct:iphtent_s
ip_htable.c
606
if (ipe->
ipe_hnext
!= NULL)
607
ipe->
ipe_hnext
->ipe_phnext = ipe->ipe_phnext;
609
*ipe->ipe_phnext = ipe->
ipe_hnext
;
611
ipe->
ipe_hnext
= NULL;
905
ipe->
ipe_hnext
= iph->iph_table[hv];
909
iph->iph_table[hv]->ipe_phnext = &ipe->
ipe_hnext
;
1023
for (ent = iph->iph_table[hv]; ent != NULL; ent = ent->
ipe_hnext
) {
1140
for (ipe = iph->iph_table[hv]; (ipe != NULL); ipe = ipe->
ipe_hnext
) {
Completed in 38 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025