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

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_pool.c827 ip_pool_t *ipo, zp, *nextipo; local
834 nextipo = NULL;
843 nextipo = ip_pool_list[(int)ilp->ili_unit];
845 nextipo = ipo->ipo_next;
848 if (nextipo != NULL) {
849 ATOMIC_INC(nextipo->ipo_ref);
850 token->ipt_data = nextipo;
853 nextipo = &zp;
899 err = COPYOUT(nextipo, ilp->ili_data, sizeof(*nextipo));
[all...]

Completed in 91 milliseconds