Lines Matching refs:pf_enabled_ref_count
234 static u_int64_t pf_enabled_ref_count; variable
1555 if (nr_tokens == pf_enabled_ref_count) { in pfioctl()
1556 pf_enabled_ref_count++; in pfioctl()
1557 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1564 pf_enabled_ref_count++; in pfioctl()
1565 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1580 pf_enabled_ref_count++; in pfioctl()
1581 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1596 pf_enabled_ref_count = 0; in pfioctl()
1610 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1611 pf_enabled_ref_count--; in pfioctl()
1613 pfrt.refcount = pf_enabled_ref_count; in pfioctl()
1623 if (error == 0 && pf_enabled_ref_count == 0) { in pfioctl()