Searched refs:ipfwtag (Results 1 – 1 of 1) sorted by relevance
5793 struct m_tag *ipfwtag; in pf_test() local5825 ((ipfwtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL)) != NULL)) { in pf_test()5826 struct ipfw_rule_ref *rr = (struct ipfw_rule_ref *)(ipfwtag+1); in pf_test()5834 m_tag_delete(m, ipfwtag); in pf_test()6035 ipfwtag = m_tag_alloc(MTAG_IPFW_RULE, 0, in pf_test()6037 if (ipfwtag != NULL) { in pf_test()6038 ((struct ipfw_rule_ref *)(ipfwtag+1))->info = in pf_test()6040 ((struct ipfw_rule_ref *)(ipfwtag+1))->rulenum = dir; in pf_test()6045 m_tag_prepend(m, ipfwtag); in pf_test()