Home
last modified time | relevance | path

Searched refs:next_idx (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/sbin/ipfw/
H A Dnat64lsn.c93 uint64_t next_idx; in nat64lsn_print_states() local
101 next_idx = 0; in nat64lsn_print_states()
103 while (sz > 0 && next_idx != 0xFF) { in nat64lsn_print_states()
104 next_idx = stg->next.index; in nat64lsn_print_states()
158 return (next_idx); in nat64lsn_print_states()
167 uint64_t next_idx; in nat64lsn_states_cb() local
176 next_idx = 0; in nat64lsn_states_cb()
186 od->head.length = sizeof(*od) + sizeof(next_idx); in nat64lsn_states_cb()
187 *((uint64_t *)(od + 1)) = next_idx; in nat64lsn_states_cb()
190 next_idx = nat64lsn_print_states(buf); in nat64lsn_states_cb()
[all …]
/freebsd-13.1/crypto/openssh/
H A Dxmss_fast.h37 unsigned int next_idx; member
H A Dxmss_fast.c264 setLtreeADRS(ltree_addr, treehash->next_idx); in treehash_update()
265 setOTSADRS(ots_addr, treehash->next_idx); in treehash_update()
274 setTreeIndex(node_addr, (treehash->next_idx >> (nodeheight+1))); in treehash_update()
289 treehash->next_idx++; in treehash_update()
509 state->treehash[i].next_idx = startidx; in bds_round()
H A Dsshkey-xmss.c705 (r = sshbuf_put_u32(b, th->next_idx)) != 0 || in sshkey_xmss_serialize_state()
817 (r = sshbuf_get_u32(b, &th->next_idx)) != 0 || in sshkey_xmss_deserialize_state()
/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_ioctl.h180 uint32_t next_idx; /* index of next entry in slowpath trace log */ member
H A Dql_ioctl.c653 log->next_idx = ha->hw.sp_log_index; in ql_slowpath_log()
658 __func__, rval, log->buffer, log->next_idx, log->num_entries, size); in ql_slowpath_log()
/freebsd-13.1/sys/netinet6/
H A Dip_fw_nat64.h174 uint64_t next_idx; /* next state index */ member
/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_sport.c1218 ocs_ddump_value(textbuf, "next_idx", "%d", node_group_dir->next_idx); in ocs_ddump_sport()
1656 node_group_dir->next_idx = 0; in ocs_node_group_dir_alloc()
1891 if (idx == node_group_dir->next_idx) { in ocs_node_group_init()
1899 if (++node_group_dir->next_idx >= node_group_dir->node_group_list_count) { in ocs_node_group_init()
1900 node_group_dir->next_idx = 0; in ocs_node_group_init()
H A Docs_common.h137 uint32_t next_idx; /*<< index of the next node group in list */ member
/freebsd-13.1/sys/dev/virtio/
H A Dvirtqueue.c856 uint16_t next_idx = vq_htog16(vq, dp->next); in vq_ring_free_chain() local
857 VQ_RING_ASSERT_VALID_IDX(vq, next_idx); in vq_ring_free_chain()
858 dp = &vq->vq_ring.desc[next_idx]; in vq_ring_free_chain()