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