OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextipo
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_pool.c
1238
ip_pool_t *ipo, zp, *
nextipo
;
local in function:ipf_pool_iter_next
1246
nextipo
= NULL;
1255
nextipo
= softp->ipf_pool_list[(int)ilp->ili_unit + 1];
1257
nextipo
= ipo->ipo_next;
1260
if (
nextipo
!= NULL) {
1261
ATOMIC_INC32(
nextipo
->ipo_ref);
1262
token->ipt_data =
nextipo
;
1265
nextipo
= &zp;
1268
pnext =
nextipo
->ipo_next;
1312
err = COPYOUT(
nextipo
, ilp->ili_data, sizeof(*nextipo))
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Oct 28 09:09:52 GMT 2025