Searched refs:states (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c429 s->rule.ptr->states++; \
430 VERIFY(s->rule.ptr->states != 0); \
432 s->anchor.ptr->states++; \
433 VERIFY(s->anchor.ptr->states != 0); \
436 s->nat_rule.ptr->states++; \
437 VERIFY(s->nat_rule.ptr->states != 0); \
444 VERIFY(s->nat_rule.ptr->states > 0); \
445 s->nat_rule.ptr->states--; \
448 VERIFY(s->anchor.ptr->states > 0); \
449 s->anchor.ptr->states
1543 u_int32_t states; local
[all...]
H A Dpf_ioctl.c598 /* clear states */
605 pf_purge_expired_states(pf_status.states);
618 node->states = 0;
761 if (rule->states <= 0) {
777 if (rule->states > 0 || rule->src_nodes > 0 ||
1373 dst->states = 0;
2253 n->states = 0;
2754 /* expire the states */
2761 pf_purge_expired_states(pf_status.states);
2767 if (sn->states !
[all...]
H A Dpfvar.h718 u_int32_t states; member in struct:pf_rule
828 #define PFRULE_SRCTRACK 0x0020 /* track source states */
886 u_int32_t states; member in struct:pf_src_node
1001 struct pf_statelist states; member in struct:pf_state_key
1066 * Unified state structures for pulling states out of the kernel
1486 #define LCNT_STATES 0 /* states */
1487 #define LCNT_SRCSTATES 1 /* max-src-states */
1496 "max states per rule", \
1497 "max-src-states", \
1502 "overload flush states", \
1591 u_int32_t states; member in struct:pf_status
[all...]

Completed in 31 milliseconds