Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dpf_ioctl.c231 static u_int64_t pf_enabled_ref_count; variable
1528 if (nr_tokens == pf_enabled_ref_count) { in pfioctl()
1529 pf_enabled_ref_count++; in pfioctl()
1530 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1537 pf_enabled_ref_count++; in pfioctl()
1538 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1553 pf_enabled_ref_count++; in pfioctl()
1554 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1569 pf_enabled_ref_count = 0; in pfioctl()
1583 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
[all …]