Home
last modified time | relevance | path

Searched refs:ipfwtag (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/pf/
H A Dpf.c5904 struct m_tag *ipfwtag; in pf_test() local
5938 ((ipfwtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL)) != NULL)) { in pf_test()
5939 struct ipfw_rule_ref *rr = (struct ipfw_rule_ref *)(ipfwtag+1); in pf_test()
5947 m_tag_delete(m, ipfwtag); in pf_test()
6157 ipfwtag = m_tag_alloc(MTAG_IPFW_RULE, 0, in pf_test()
6159 if (ipfwtag != NULL) { in pf_test()
6160 ((struct ipfw_rule_ref *)(ipfwtag+1))->info = in pf_test()
6162 ((struct ipfw_rule_ref *)(ipfwtag+1))->rulenum = dir; in pf_test()
6167 m_tag_prepend(m, ipfwtag); in pf_test()