Searched defs:table_algo (Results 1 – 1 of 1) sorted by relevance
115 struct table_algo { struct116 char name[16];117 uint32_t idx;118 uint32_t type;119 uint32_t refcnt;120 uint32_t flags;121 uint32_t vlimit;122 size_t ta_buf_size;123 ta_init *init;147 int ipfw_add_table_algo(struct ip_fw_chain *ch, struct table_algo *ta, argument