Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.h59 struct table_info { struct
60 table_lookup_t *lookup;/* Lookup function */
61 void *state; /* Lookup radix/other structure */
62 void *xstate;/* eXtended state */
63 u_long data; /* Hints for given func */
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.h183 uint32_t table_info; /* bar index and offset within it */ member