OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipo_tail
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_pool.h
42
ip_pool_node_t **
ipo_tail
;
member in struct:ip_pool_s
ip_pool.c
895
x->ipn_pnext = ipo->
ipo_tail
;
896
*ipo->
ipo_tail
= x;
897
ipo->
ipo_tail
= &x->ipn_next;
985
h->
ipo_tail
= &h->ipo_list;
1015
if (ipo->
ipo_tail
== &ipe->ipn_next)
1016
ipo->
ipo_tail
= ipe->ipn_pnext;
Completed in 14 milliseconds
Indexes created Sun Oct 19 18:09:56 GMT 2025