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

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_table.c2194 ipfw_xtable *xtbl; local
2201 xtbl = (ipfw_xtable *)ipfw_get_sopt_header(sd, sizeof(ipfw_xtable));
2202 if (xtbl == NULL)
2206 ti.uidx = xtbl->tbl;
2216 xtbl->cnt = count;
2217 xtbl->size = sz;
2218 xtbl->type = tc->no.subtype;
2219 xtbl->tbl = ti.uidx;

Completed in 100 milliseconds