Searched defs:ilb_rule_s (Results 1 – 1 of 1) sorted by relevance
185 typedef struct ilb_rule_s { struct186 char ir_name[ILB_RULE_NAMESZ];187 uint8_t ir_ipver;188 uint8_t ir_proto;189 ilb_topo_impl_t ir_topo;213 struct ilb_rule_s *ir_next; argument215 struct ilb_rule_s *ir_hash_next; argument216 struct ilb_rule_s *ir_hash_prev; argument217 struct ilb_hash_s *ir_hash;219 ilb_algo_impl_t ir_alg_type;[all …]