Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dpf_ioctl.c234 static u_int64_t pf_enabled_ref_count; variable
1621 if (nr_tokens == pf_enabled_ref_count) { in pfioctl()
1622 pf_enabled_ref_count++; in pfioctl()
1623 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1630 pf_enabled_ref_count++; in pfioctl()
1631 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1646 pf_enabled_ref_count++; in pfioctl()
1647 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1662 pf_enabled_ref_count = 0; in pfioctl()
1676 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
[all …]