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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c2231 ipfw_xtable *xtbl; local
2238 xtbl = (ipfw_xtable *)ipfw_get_sopt_header(sd, sizeof(ipfw_xtable));
2239 if (xtbl == NULL)
2243 ti.uidx = xtbl->tbl;
2253 xtbl->cnt = count;
2254 xtbl->size = sz;
2255 xtbl->type = tc->no.subtype;
2256 xtbl->tbl = ti.uidx;

Completed in 69 milliseconds