Searched refs:tentry_info (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table.h | 57 struct tentry_info { struct 80 typedef int (ta_prepare_add)(struct ip_fw_chain *ch, struct tentry_info *tei, argument 82 typedef int (ta_prepare_del)(struct ip_fw_chain *ch, struct tentry_info *tei, 85 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 87 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 88 typedef void (ta_flush_entry)(struct ip_fw_chain *ch, struct tentry_info *tei, 157 struct tentry_info *tei, uint8_t flags, uint32_t count); 159 struct tentry_info *tei, uint8_t flags, uint32_t count); 174 struct tentry_info *tei, uint32_t count, int rollback); 214 struct tentry_info *tei;
|
| H A D | ip_fw_table_algo.c | 390 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 394 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 977 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 981 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 1456 struct tentry_info tei; in ta_find_chash_tentry() 1945 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 1951 struct tentry_info *tei, void *ta_buf); 2644 struct tentry_info *tei, void *ta_buf); 2650 struct tentry_info *tei, void *ta_buf); 3116 struct tentry_info *tei, void *ta_buf); [all …]
|
| H A D | ip_fw_table.c | 289 struct tentry_info *tei, uint32_t count, int op, in find_ref_table() 355 struct tentry_info *ptei; in rollback_added_entries() 402 struct tentry_info *ptei; in prepare_batch_buffer() 450 struct tentry_info *tei, uint32_t count, int rollback, in flush_batch_buffer() 454 struct tentry_info *ptei; in flush_batch_buffer() 546 struct tentry_info *tei, uint8_t flags, uint32_t count) in add_table_entry() 553 struct tentry_info *ptei; in add_table_entry() 717 struct tentry_info *tei, uint8_t flags, uint32_t count) in del_table_entry() 721 struct tentry_info *ptei; in del_table_entry() 912 struct tentry_info tei; in manage_table_ent_v0() [all …]
|
| H A D | ip_fw_table_value.c | 336 struct tentry_info *ptei; in rollback_table_values() 411 struct tentry_info *tei, uint32_t count, int rollback) in ipfw_garbage_table_values() 414 struct tentry_info *ptei; in ipfw_garbage_table_values() 476 struct tentry_info *tei, *ptei; in ipfw_link_table_values()
|
| H A D | ip_fw_sockopt.c | 3965 struct tentry_info tei; in ipfw_ctl()
|