Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netpfil/pf/
Dpf.c5793 struct m_tag *ipfwtag; in pf_test() local
5825 ((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()