OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipe_dnext
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_htable.h
11
struct iphtent_s *
ipe_dnext
, **ipe_pdnext;
member in struct:iphtent_s
ip_htable.c
614
if (ipe->
ipe_dnext
!= NULL)
615
ipe->
ipe_dnext
->ipe_pdnext = ipe->ipe_pdnext;
617
*ipe->ipe_pdnext = ipe->
ipe_dnext
;
619
ipe->
ipe_dnext
= NULL;
929
for (n = softh->ipf_node_explist; n != NULL; n = n->
ipe_dnext
) {
932
if (n->
ipe_dnext
== NULL) {
938
n->
ipe_dnext
= ipe;
939
ipe->ipe_pdnext = &n->
ipe_dnext
;
949
ipe->
ipe_dnext
= n;
951
n->ipe_pdnext = &ipe->
ipe_dnext
;
[
all
...]
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026