Home
last modified time | relevance | path

Searched defs:table_config (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.h43 struct table_config { struct
44 struct named_object no;
45 uint8_t tflags; /* type flags */
46 uint8_t locked; /* 1 if locked from changes */
47 uint8_t linked; /* 1 if already linked */
48 uint8_t ochanged; /* used by set swapping */
49 uint8_t vshared; /* 1 if using shared value array */
50 uint8_t spare[3];
51 uint32_t count; /* Number of records */
52 uint32_t limit; /* Max number of records */
[all …]