Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dpf_ioctl.c234 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()
[all …]