Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_table.h47 struct table_info { struct
48 table_lookup_t *lookup; /* Lookup function */
49 void *state; /* Lookup radix/other structure */
50 void *xstate; /* eXtended state */
51 u_long data; /* Hints for given func */
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_emul.h184 uint32_t table_info; /* bar index and offset within it */ member