HomeSort by: relevance | last modified time | path
    Searched refs:nextipo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_pool.c 1238 ip_pool_t *ipo, zp, *nextipo; local
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...]
  /src/external/bsd/ipf/dist/
ip_pool.c 1296 ip_pool_t *ipo, zp, *nextipo; local
1304 nextipo = NULL;
1313 nextipo = softp->ipf_pool_list[(int)ilp->ili_unit + 1];
1315 nextipo = ipo->ipo_next;
1318 if (nextipo != NULL) {
1319 ATOMIC_INC32(nextipo->ipo_ref);
1320 token->ipt_data = nextipo;
1323 nextipo = &zp;
1326 pnext = nextipo->ipo_next;
1370 err = COPYOUT(nextipo, ilp->ili_data, sizeof(*nextipo))
    [all...]

Completed in 85 milliseconds