Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dpf_ioctl.c234 static u_int64_t pf_enabled_ref_count; variable
1607 if (nr_tokens == pf_enabled_ref_count) { in pfioctl()
1608 pf_enabled_ref_count++; in pfioctl()
1609 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
1616 pf_enabled_ref_count++; in pfioctl()
1617 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 = 0; in pfioctl()
1662 VERIFY(pf_enabled_ref_count != 0); in pfioctl()
[all …]