Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dpf_ioctl.c231 static u_int64_t pf_enabled_ref_count; variable
1543 if (nr_tokens == pf_enabled_ref_count) { in pfioctl()
1544 pf_enabled_ref_count++; in pfioctl()
1545 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1552 pf_enabled_ref_count++; in pfioctl()
1553 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1568 pf_enabled_ref_count++; in pfioctl()
1569 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1584 pf_enabled_ref_count = 0; in pfioctl()
1598 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
[all …]