Searched defs:tei (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table_algo.c | 608 tei_to_sockaddr_ent_addr(struct tentry_info *tei, struct sockaddr *sa, in tei_to_sockaddr_ent_addr() 660 ta_prepare_add_addr_radix(struct ip_fw_chain *ch, struct tentry_info *tei, in ta_prepare_add_addr_radix() 714 ta_add_addr_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei, in ta_add_addr_radix() 777 ta_prepare_del_addr_radix(struct ip_fw_chain *ch, struct tentry_info *tei, in ta_prepare_del_addr_radix() 815 ta_del_addr_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei, in ta_del_addr_radix() 854 ta_flush_radix_entry(struct ip_fw_chain *ch, struct tentry_info *tei, in ta_flush_radix_entry() 1422 tei_to_chash_ent(struct tentry_info *tei, struct chashentry *ent) in tei_to_chash_ent() 1466 struct tentry_info tei; in ta_find_chash_tentry() local 1535 ta_prepare_add_chash(struct ip_fw_chain *ch, struct tentry_info *tei, in ta_prepare_add_chash() 1557 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 | 196 check_table_limit(struct table_config *tc, struct tentry_info *tei) in check_table_limit() 224 store_tei_result(struct tentry_info *tei, int op, int error, uint32_t num) in store_tei_result() 287 struct tentry_info *tei, uint32_t count, int op, in find_ref_table() 349 struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m, in rollback_added_entries() 396 struct tentry_info *tei, uint32_t count, int op, caddr_t *ta_buf) in prepare_batch_buffer() 448 struct tentry_info *tei, uint32_t count, int rollback, in flush_batch_buffer() 544 struct tentry_info *tei, uint8_t flags, uint32_t count) in add_table_entry() 715 struct tentry_info *tei, uint8_t flags, uint32_t count) in del_table_entry() 910 struct tentry_info tei; in manage_table_ent_v0() local 969 struct tentry_info *ptei, tei, *tei_buf; in manage_table_ent_v1() local
|
H A D | ip_fw_table_value.c | 410 struct tentry_info *tei, uint32_t count, int rollback) in ipfw_garbage_table_values() 475 struct tentry_info *tei, *ptei; in ipfw_link_table_values() local
|
H A D | ip_fw_table.h | 212 struct tentry_info *tei; member
|
H A D | ip_fw_sockopt.c | 3975 struct tentry_info tei; in ipfw_ctl() local
|