Searched refs:table_info (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/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, 107 typedef int ta_find_tentry(void *ta_state, struct table_info *ti, 109 typedef void ta_dump_tinfo(void *ta_state, struct table_info *ti, [all …]
|
| H A D | ip_fw_table_algo.c | 384 struct table_info *ti, char *data, uint8_t tflags); 971 struct table_info *ti, char *data, uint8_t tflags); 1331 ta_destroy_chash(void *ta_state, struct table_info *ti) in ta_destroy_chash() 1927 struct table_info *ti; 1945 struct table_info *ti, char *data, uint8_t tflags); 2073 ifidx_find(struct table_info *ti, void *key) in ifidx_find() 2152 ta_destroy_ifidx(void *ta_state, struct table_info *ti) in ta_destroy_ifidx() 2380 struct table_info *ti; in if_notifier() 2691 numarray_find(struct table_info *ti, void *key) in numarray_find() 3108 struct table_info *ti, char *data, uint8_t tflags); [all …]
|
| H A D | ip_fw_table.c | 1092 struct table_info *kti; in find_table_entry() 1387 struct table_info ti, *tablestate; in swap_tables() 1541 struct table_info *ti; in ipfw_resize_tables() 1589 ti = (struct table_info *)ch->tablestate; in ipfw_resize_tables() 1670 struct table_info *ti; in ipfw_lookup_table() 2002 struct table_info *ti; 2036 struct table_info *ti; in table_get_count() 2065 struct table_info *ti; in export_table_info() 3244 struct table_info *ti; in link_table() 3273 struct table_info *ti; in unlink_table() [all …]
|
| H A D | ip_fw_table_value.c | 270 struct table_info *ti; 306 struct table_algo *ta, void *astate, struct table_info *ti) in ipfw_unref_table_values()
|
| H A D | ip_fw_private.h | 777 struct table_info; 779 typedef int (table_lookup_t)(struct table_info *ti, void *key, uint32_t keylen,
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | pci_emul.h | 184 uint32_t table_info; /* bar index and offset within it */ member
|
| H A D | pci_passthru.c | 280 msixcap.table_info & PCIM_MSIX_BIR_MASK; in cfginitmsi() 282 msixcap.table_info & ~PCIM_MSIX_BIR_MASK; in cfginitmsi()
|
| H A D | pci_emul.c | 1195 msixcap->table_info = barnum & PCIM_MSIX_BIR_MASK; in pci_populate_msixcap()
|