Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dpf_ioctl.c235 static u_int64_t pf_enabled_ref_count; variable
1623 if (nr_tokens == pf_enabled_ref_count) { in pfioctl()
1624 pf_enabled_ref_count++; in pfioctl()
1625 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1632 pf_enabled_ref_count++; in pfioctl()
1633 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1648 pf_enabled_ref_count++; in pfioctl()
1649 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1664 pf_enabled_ref_count = 0; in pfioctl()
1678 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
[all …]