Searched refs:ip_fw_rule0 (Results 1 – 2 of 2) sorted by relevance
82 static int check_ipfw_rule0(struct ip_fw_rule0 *rule, int size,158 set_legacy_obj_kidx(struct ip_fw_chain *ch, struct ip_fw_rule0 *rule);508 struct ip_fw_rule0 *urule; in import_rule0()515 urule = (struct ip_fw_rule0 *)ci->urule; in import_rule0()527 ci->urule_numoff = offsetof(struct ip_fw_rule0, rulenum); in import_rule0()598 export_rule0(struct ip_fw *krule, struct ip_fw_rule0 *urule, int len) in export_rule0()1710 check_ipfw_rule0(struct ip_fw_rule0 *rule, int size, in check_ipfw_rule0()2135 static int convert_rule_to_7(struct ip_fw_rule0 *rule);2136 static int convert_rule_to_8(struct ip_fw_rule0 *rule);2154 struct ip_fw_rule0 *dst; in ipfw_getrules()[all …]
502 struct ip_fw_rule0 { struct538 #define RULEUSIZE0(r) (sizeof(struct ip_fw_rule0) + (r)->cmd_len * 4 - 4) argument