Searched refs:idxmap (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c296 map = chain->idxmap;
297 chain->idxmap = chain->idxmap_back;
307 int *idxmap, *idxmap_back; local
309 idxmap = malloc(65536 * sizeof(int), M_IPFW, M_WAITOK | M_ZERO);
315 * provide valid chain->idxmap on return
319 if (chain->idxmap != NULL) {
321 free(idxmap, M_IPFW);
330 /* It is now safe to set chain->idxmap ptr */
331 chain->idxmap = idxmap;
[all...]
H A Dip_fw2.c1252 if (chain->idxmap != NULL)
1253 f_pos = chain->idxmap[i];
1279 f_pos = chain->idxmap[num];
H A Dip_fw_private.h296 int *idxmap; /* skipto array of rules */ member in struct:ip_fw_chain

Completed in 115 milliseconds