Searched refs:table_info (Results 1 – 8 of 8) sorted by relevance
| /src/sys/netpfil/ipfw/ |
| H A D | ip_fw_table.h | 59 struct table_info { struct 99 struct table_info *ti, char *data, uint8_t tflags); 100 typedef void (ta_destroy)(void *ta_state, struct table_info *ti); 105 typedef int (ta_add)(void *ta_state, struct table_info *ti, 107 typedef int (ta_del)(void *ta_state, struct table_info *ti, 112 typedef int (ta_need_modify)(void *ta_state, struct table_info *ti, 115 typedef int (ta_fill_mod)(void *ta_state, struct table_info *ti, 117 typedef void (ta_modify)(void *ta_state, struct table_info *ti, 121 typedef void (ta_change_ti)(void *ta_state, struct table_info *ti); 122 typedef void (ta_print_config)(void *ta_state, struct table_info *ti, char *buf, [all …]
|
| H A D | ip_fw_table_algo.c | 383 static int ta_lookup_addr_radix(struct table_info *ti, void *key, uint32_t keylen, 386 struct table_info *ti, char *data, uint8_t tflags); 388 static void ta_destroy_addr_radix(void *ta_state, struct table_info *ti); 389 static void ta_dump_addr_radix_tinfo(void *ta_state, struct table_info *ti, 391 static int ta_dump_addr_radix_tentry(void *ta_state, struct table_info *ti, 393 static int ta_find_addr_radix_tentry(void *ta_state, struct table_info *ti, 395 static void ta_foreach_addr_radix(void *ta_state, struct table_info *ti, 401 static int ta_add_addr_radix(void *ta_state, struct table_info *ti, 405 static int ta_del_addr_radix(void *ta_state, struct table_info *ti, 409 static int ta_need_modify_radix(void *ta_state, struct table_info *ti, [all …]
|
| H A D | ip_fw_table.c | 91 struct table_info *ti, uint32_t count); 101 #define KIDX_TO_TI(ch, k) (&(((struct table_info *)(ch)->tablestate)[k])) 274 struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m, in rollback_added_entries() 642 struct table_info *ti, uint32_t count) in check_table_space() 842 struct table_info *kti; in find_table_entry() 939 struct table_info ti_old, ti_new, *tablestate; in flush_table() 976 memset(&ti_new, 0, sizeof(struct table_info)); in flush_table() 990 tablestate = (struct table_info *)ch->tablestate; in flush_table() 1083 struct table_info ti, *tablestate; in swap_tables() 1128 tablestate = (struct table_info *)ch->tablestate; in swap_tables() [all …]
|
| H A D | ip_fw_table_value.c | 268 struct table_info *ti; 304 struct table_algo *ta, void *astate, struct table_info *ti) in ipfw_unref_table_values()
|
| H A D | ip_fw_private.h | 773 struct table_info; 775 typedef int (table_lookup_t)(struct table_info *ti, void *key, uint32_t keylen,
|
| /src/usr.sbin/bhyve/ |
| H A D | pci_emul.h | 183 uint32_t table_info; /* bar index and offset within it */ member
|
| H A D | pci_passthru.c | 334 msixcap.table_info & PCIM_MSIX_BIR_MASK; in cfginitmsi() 336 msixcap.table_info & ~PCIM_MSIX_BIR_MASK; in cfginitmsi()
|
| H A D | pci_emul.c | 1225 msixcap->table_info = barnum & PCIM_MSIX_BIR_MASK; in pci_populate_msixcap()
|