Home
last modified time | relevance | path

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

/freebsd-12.1/sys/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_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));
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));
/freebsd-12.1/contrib/ipfilter/
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 …]
/freebsd-12.1/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c267 Node *node, fromnode, tonode, nextnode; in find_route() local
275 memset(&nextnode,0,sizeof(Node)); in find_route()
320 if (get_node(&nextnode, &nextport, from) < 0) { in find_route()
354 if (get_node(&nextnode, &nextport, from) < 0) { in find_route()
365 if (nextnode.type == IB_NODE_SWITCH) { in find_route()
368 next_sw_outport > nextnode.numports) { in find_route()
376 if (is_port_inactive(&nextnode, port, &sw)) in find_route()
378 node = &nextnode; in find_route()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2466 int repeatpos, lastnode, bitpos, bit, repeatnode, nextnode; in add_value() local
2515 if ((nextnode = new_node(code)) < 0) { in add_value()
2524 code->tree[repeatnode].branches[bit^1] = nextnode; in add_value()
2525 lastnode = nextnode; in add_value()