Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_dstlist.c396 nextnode = NULL;
399 nextnode = NULL;
401 nextnode = *dsttab->ipld_dests;
405 nextnode = node->ipfd_next;
408 if (nextnode != NULL) {
410 nextnode->ipfd_ref++;
411 MUTEX_EXIT(&nextnode->ipfd_lock);
412 token->ipt_data = nextnode;
413 hint = nextnode->ipfd_next;
416 nextnode = &zn;
[all …]
H A Dip_pool.c1287 ip_pool_node_t *node, zn, *nextnode; local
1294 nextnode = NULL;
1330 nextnode = ipo->ipo_list;
1334 nextnode = node->ipn_next;
1337 if (nextnode != NULL) {
1338 ATOMIC_INC32(nextnode->ipn_ref);
1339 token->ipt_data = nextnode;
1342 nextnode = &zn;
1345 pnext = nextnode->ipn_next;
1375 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode));
H A Dip_htable.c1231 iphtent_t *node, zn, *nextnode; local
1240 nextnode = NULL;
1274 nextnode = iph->iph_list;
1277 nextnode = node->ipe_next;
1280 if (nextnode != NULL) {
1281 ATOMIC_INC(nextnode->ipe_ref);
1282 token->ipt_data = nextnode;
1285 nextnode = &zn;
1288 hnext = nextnode->ipe_next;
1318 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode));
/f-stack/app/redis-5.0.5/src/
H A Ddb.c627 listNode *node, *nextnode; in scanGenericCommand() local
742 nextnode = listNextNode(node); in scanGenericCommand()
773 node = nextnode; in scanGenericCommand()
774 nextnode = listNextNode(node); in scanGenericCommand()
781 node = nextnode; in scanGenericCommand()
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in2108 my $nextnode = 1;
2119 $node{$a} = $nextnode++;