Searched refs:table_info (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table.h | 47 struct table_info { struct 76 struct table_info *ti, char *data, uint8_t tflags); 77 typedef void (ta_destroy)(void *ta_state, struct table_info *ti); 82 typedef int (ta_add)(void *ta_state, struct table_info *ti, 84 typedef int (ta_del)(void *ta_state, struct table_info *ti, 89 typedef int (ta_need_modify)(void *ta_state, struct table_info *ti, 92 typedef int (ta_fill_mod)(void *ta_state, struct table_info *ti, 94 typedef void (ta_modify)(void *ta_state, struct table_info *ti, 98 typedef void (ta_change_ti)(void *ta_state, struct table_info *ti); 99 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 | 88 struct table_info ti_copy; /* data to put to table_info */ 119 struct table_config *tc, struct table_info *ti, uint32_t count); 129 #define KIDX_TO_TI(ch, k) (&(((struct table_info *)(ch)->tablestate)[k])) 348 struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m, in rollback_added_entries() 812 struct table_config *tc, struct table_info *ti, uint32_t count) in check_table_space() 1035 struct table_info *kti; in find_table_entry() 1151 struct table_info ti_old, ti_new, *tablestate; in flush_table() 1207 memset(&ti_new, 0, sizeof(struct table_info)); in flush_table() 1237 tablestate = (struct table_info *)ch->tablestate; in flush_table() 1330 struct table_info ti, *tablestate; in swap_tables() [all …]
|
H A D | ip_fw_table_value.c | 274 struct table_info *ti; 310 struct table_algo *ta, void *astate, struct table_info *ti) in ipfw_unref_table_values()
|
H A D | ip_fw_private.h | 769 struct table_info; 771 typedef int (table_lookup_t)(struct table_info *ti, void *key, uint32_t keylen,
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_passthru.c | 322 msixcap.table_info & PCIM_MSIX_BIR_MASK; in cfginitmsi() 324 msixcap.table_info & ~PCIM_MSIX_BIR_MASK; in cfginitmsi()
|
H A D | pci_emul.c | 1222 msixcap->table_info = barnum & PCIM_MSIX_BIR_MASK; in pci_populate_msixcap()
|