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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_pool.c1294 ip_pool_t *ipo, zp, *nextipo; local
1302 nextipo = NULL;
1311 nextipo = softp->ipf_pool_list[(int)ilp->ili_unit + 1];
1313 nextipo = ipo->ipo_next;
1316 if (nextipo != NULL) {
1317 ATOMIC_INC32(nextipo->ipo_ref);
1318 token->ipt_data = nextipo;
1321 nextipo = &zp;
1324 pnext = nextipo->ipo_next;
1368 err = COPYOUT(nextipo, il
[all...]

Completed in 163 milliseconds