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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_pool.c769 ip_pool_t *ipo, zp, *nextipo; local
776 nextipo = NULL;
791 nextipo = ifs->ifs_ip_pool_list[(int)ilp->ili_unit];
793 nextipo = ipo->ipo_next;
795 if (nextipo != NULL) {
796 ATOMIC_INC(nextipo->ipo_ref);
797 token->ipt_data = nextipo;
800 nextipo = &zp;
847 err = COPYOUT(nextipo, ilp->ili_data, sizeof(*nextipo));
[all...]

Completed in 57 milliseconds