Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dpf_ioctl.c231 static u_int64_t pf_enabled_ref_count; variable
1529 if (nr_tokens == pf_enabled_ref_count) { in pfioctl()
1530 pf_enabled_ref_count++; in pfioctl()
1531 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1538 pf_enabled_ref_count++; in pfioctl()
1539 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1554 pf_enabled_ref_count++; in pfioctl()
1555 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1570 pf_enabled_ref_count = 0; in pfioctl()
1584 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
[all …]