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

/freebsd-11-stable/sbin/ipfw/
H A Dnat64lsn.c92 uint64_t next_idx; local
99 next_idx = 0;
100 while (sz > 0 && next_idx != 0xFF) {
101 next_idx = stg->next_idx;
153 return (next_idx);
162 uint64_t next_idx; local
171 next_idx = 0;
180 od->head.length = sizeof(*od) + sizeof(next_idx);
181 *((uint64_t *)(od + 1)) = next_idx;
[all...]
/freebsd-11-stable/sys/netinet6/
H A Dip_fw_nat64.h170 uint64_t next_idx; /* next state index */ member in struct:_ipfw_nat64lsn_stg
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c693 uint64_t next_idx; local
711 next_idx = *(uint64_t *)(od + 1);
713 UNPACK_IDX(next_idx, addr, nat_proto, port);
734 (uintmax_t)next_idx, addr, cfg->pmask4);
751 stg->next_idx = 0xFF;
761 stg->next_idx = 0xFF;
763 stg->next_idx = PACK_IDX(addr, nat_proto, port);
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_ioctl.h178 uint32_t next_idx; /* index of next entry in slowpath trace log */ member in struct:qla_sp_log
H A Dql_ioctl.c658 log->next_idx = ha->hw.sp_log_index;
662 "%s: exit [rval = %d][%p, next_idx = %d, %d entries, %d bytes]\n",
663 __func__, rval, log->buffer, log->next_idx, log->num_entries, size);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_common.h138 uint32_t next_idx; /*<< index of the next node group in list */ member in struct:ocs_node_group_dir_s
H A Docs_sport.c1221 ocs_ddump_value(textbuf, "next_idx", "%d", node_group_dir->next_idx);
1665 node_group_dir->next_idx = 0;
1903 if (idx == node_group_dir->next_idx) {
1911 if (++node_group_dir->next_idx >= node_group_dir->node_group_list_count) {
1912 node_group_dir->next_idx = 0;
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.h526 int next_idx; member in struct:__anon1952
H A Dregexec.c2933 str_idx = path->next_idx ?: top_str;
3042 path->next_idx = str_idx;
3092 int next_idx = str_idx + naccepted;
3093 dest_state = mctx->state_log[next_idx];
3110 mctx->state_log[next_idx] = re_acquire_state (&err, dfa,
3112 if (BE (mctx->state_log[next_idx] == NULL
3088 int next_idx = str_idx + naccepted; local

Completed in 107 milliseconds