Lines Matching refs:pf_enabled_ref_count
234 static u_int64_t pf_enabled_ref_count; variable
1622 if (nr_tokens == pf_enabled_ref_count) { in pfioctl()
1623 pf_enabled_ref_count++; in pfioctl()
1624 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1631 pf_enabled_ref_count++; in pfioctl()
1632 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1647 pf_enabled_ref_count++; in pfioctl()
1648 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1663 pf_enabled_ref_count = 0; in pfioctl()
1677 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1678 pf_enabled_ref_count--; in pfioctl()
1680 pfrt.refcount = pf_enabled_ref_count; in pfioctl()
1690 if (error == 0 && pf_enabled_ref_count == 0) { in pfioctl()