Searched defs:tei (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table_algo.c | 610 tei_to_sockaddr_ent_addr(struct tentry_info *tei, struct sockaddr *sa, in tei_to_sockaddr_ent_addr() 662 ta_prepare_add_addr_radix(struct ip_fw_chain *ch, struct tentry_info *tei, in ta_prepare_add_addr_radix() 716 ta_add_addr_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei, in ta_add_addr_radix() 779 ta_prepare_del_addr_radix(struct ip_fw_chain *ch, struct tentry_info *tei, in ta_prepare_del_addr_radix() 817 ta_del_addr_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei, in ta_del_addr_radix() 856 ta_flush_radix_entry(struct ip_fw_chain *ch, struct tentry_info *tei, in ta_flush_radix_entry() 1424 tei_to_chash_ent(struct tentry_info *tei, struct chashentry *ent) in tei_to_chash_ent() 1468 struct tentry_info tei; in ta_find_chash_tentry() local 1537 ta_prepare_add_chash(struct ip_fw_chain *ch, struct tentry_info *tei, in ta_prepare_add_chash() 1559 ta_add_chash(void *ta_state, struct table_info *ti, struct tentry_info *tei, in ta_add_chash() [all …]
|
H A D | ip_fw_table.c | 195 check_table_limit(struct table_config *tc, struct tentry_info *tei) in check_table_limit() 223 store_tei_result(struct tentry_info *tei, int op, int error, uint32_t num) in store_tei_result() 286 struct tentry_info *tei, uint32_t count, int op, in find_ref_table() 348 struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m, in rollback_added_entries() 395 struct tentry_info *tei, uint32_t count, int op, caddr_t *ta_buf) in prepare_batch_buffer() 447 struct tentry_info *tei, uint32_t count, int rollback, in flush_batch_buffer() 543 struct tentry_info *tei, uint8_t flags, uint32_t count) in add_table_entry() 713 struct tentry_info *tei, uint8_t flags, uint32_t count) in del_table_entry() 911 struct tentry_info *ptei, tei, *tei_buf; in manage_table_ent_v1() local
|
H A D | ip_fw_table_value.c | 414 struct tentry_info *tei, uint32_t count, int rollback) in ipfw_garbage_table_values() 479 struct tentry_info *tei, *ptei; in ipfw_link_table_values() local
|
H A D | ip_fw_table.h | 208 struct tentry_info *tei; member
|