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

/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1048 int i, pg_lidx, idx; local
1056 pg_lidx = 0;
1070 pg_list[pg_lidx++] = pg;
1086 if (pg_lidx == nitems(pg_list))
1102 while (pg_lidx > 0) {
1103 pg_lidx--;
1105 destroy_portgroup(pg_list[pg_lidx]);

Completed in 37 milliseconds