Lines Matching refs:pf_enabled_ref_count
231 static u_int64_t pf_enabled_ref_count; variable
1554 if (nr_tokens == pf_enabled_ref_count) { in pfioctl()
1555 pf_enabled_ref_count++; in pfioctl()
1556 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1563 pf_enabled_ref_count++; in pfioctl()
1564 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1579 pf_enabled_ref_count++; in pfioctl()
1580 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1595 pf_enabled_ref_count = 0; in pfioctl()
1609 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1610 pf_enabled_ref_count--; in pfioctl()
1612 pfrt.refcount = pf_enabled_ref_count; in pfioctl()
1622 if (error == 0 && pf_enabled_ref_count == 0) { in pfioctl()