Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dpf.c455 s->rule.ptr->states++; \
456 VERIFY(s->rule.ptr->states != 0); \
458 s->anchor.ptr->states++; \
459 VERIFY(s->anchor.ptr->states != 0); \
462 s->nat_rule.ptr->states++; \
463 VERIFY(s->nat_rule.ptr->states != 0); \
470 VERIFY(s->nat_rule.ptr->states > 0); \
471 s->nat_rule.ptr->states--; \
474 VERIFY(s->anchor.ptr->states > 0); \
475 s->anchor.ptr->states--; \
[all …]
H A Dpf_ioctl.c557 pf_purge_expired_states(pf_status.states);
570 node->states = 0;
722 if (rule->states <= 0) { in pf_rm_rule()
739 if (rule->states > 0 || rule->src_nodes > 0 || in pf_rm_rule()
1150 dst->states = 0; in pf_rule_copyin()
1878 n->states = 0; in pfioctl()
2406 pf_purge_expired_states(pf_status.states); in pf_expire_states_and_src_nodes()
2413 if (sn->states != 0) { in pf_expire_states_and_src_nodes()
2423 sn->states = 0; in pf_expire_states_and_src_nodes()
3511 pf_default_rule.states++; in pfioctl_ioc_state()
[all …]
H A Dpfvar.h718 u_int32_t states; member
891 u_int32_t states; member
1011 struct pf_statelist states; member
1609 u_int32_t states; member
/xnu-8019.80.24/libsyscall/mach/
H A Derr_iokit.sub204 "(iokit/bluetooth) changing power states is unsupported", // 004
/xnu-8019.80.24/iokit/DriverKit/
H A DIOService.iig313 * @discussion When the system enters lower power states DMA access to memory may be affected.
317 …* begins and ends so that the system will not enter the lowest power states during that time.…
/xnu-8019.80.24/doc/
H A Dallocators.md367 valid states can't be all zero. It makes exploitation of a Use-after-free more