Home
last modified time | relevance | path

Searched refs:nextipo (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_pool.c1288 ip_pool_t *ipo, zp, *nextipo; local
1296 nextipo = NULL;
1305 nextipo = softp->ipf_pool_list[(int)ilp->ili_unit + 1];
1307 nextipo = ipo->ipo_next;
1310 if (nextipo != NULL) {
1311 ATOMIC_INC32(nextipo->ipo_ref);
1312 token->ipt_data = nextipo;
1315 nextipo = &zp;
1318 pnext = nextipo->ipo_next;
1362 err = COPYOUT(nextipo, ilp->ili_data, sizeof(*nextipo));