Lines Matching refs:pf_enabled_ref_count
231 static u_int64_t pf_enabled_ref_count; variable
1528 if (nr_tokens == pf_enabled_ref_count) { in pfioctl()
1529 pf_enabled_ref_count++; in pfioctl()
1530 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1537 pf_enabled_ref_count++; in pfioctl()
1538 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1553 pf_enabled_ref_count++; in pfioctl()
1554 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1569 pf_enabled_ref_count = 0; in pfioctl()
1583 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1584 pf_enabled_ref_count--; in pfioctl()
1586 pfrt.refcount = pf_enabled_ref_count; in pfioctl()
1596 if (error == 0 && pf_enabled_ref_count == 0) { in pfioctl()