Lines Matching refs:ip_fw_rule
1553 struct ip_fw_rule *rule;
1566 init_show_state(struct show_state *state, struct ip_fw_rule *rule) in init_show_state()
2393 struct buf_pr *bp, struct ip_fw_rule *rule, struct ip_fw_bcounter *cntr) in show_static_rule()
2859 struct ip_fw_rule *r; in prepare_format_opts()
2867 r = (struct ip_fw_rule *)((caddr_t)cntr + cntr->size); in prepare_format_opts()
2896 struct ip_fw_rule *r; in list_static_range()
2904 r = (struct ip_fw_rule *)((caddr_t)cntr + cntr->size); in list_static_range()
2907 r = (struct ip_fw_rule *)(rtlv + 1); in list_static_range()
4159 struct ip_fw_rule *rule; in compile_rule()
4183 rule = (struct ip_fw_rule *)rbuf; in compile_rule()
4188 rblen -= sizeof(struct ip_fw_rule) / sizeof(uint32_t); in compile_rule()
5776 struct ip_fw_rule *rule; in ipfw_add()
5789 rule = (struct ip_fw_rule *)(ctlv + 1); in ipfw_add()