Searched refs:pf_status (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c286 #define DPFPRINTF(n, x) if (pf_status.debug >= (n)) printf x
545 bzero(&pf_status, sizeof (pf_status));
546 pf_status.debug = PF_DEBUG_URGENT;
550 pf_status.hostid = random();
586 pf_status.running = 0;
605 pf_purge_expired_states(pf_status.states);
608 pfsync_clear_states(pf_status.hostid, NULL);
1548 memcpy(pf_status.pf_chksum, digest, sizeof (pf_status
[all...]
H A Dpf.c127 #define DPFPRINTF(n, x) (pf_status.debug >= (n) ? printf x : ((void)0))
154 struct pf_status pf_status; variable in typeref:struct:pf_status
1103 pf_status.fcounters[FCNT_STATE_SEARCH]++;
1115 pf_status.fcounters[FCNT_STATE_SEARCH]++;
1145 pf_status.fcounters[FCNT_STATE_SEARCH]++;
1215 pf_status.lcounters[LCNT_SRCCONN]++;
1221 pf_status.lcounters[LCNT_SRCCONNRATE]++;
1232 pf_status.lcounters[LCNT_OVERLOAD_TABLE]++;
1233 if (pf_status
[all...]
H A Dpf_norm.c175 if (pf_status.debug >= PF_DEBUG_MISC) { \
2396 if (pf_status.debug >= PF_DEBUG_MISC) {
2470 if (pf_status.debug >= PF_DEBUG_MISC) {
2480 if (pf_status.debug >= PF_DEBUG_MISC) {
2605 if (pf_status.debug >= PF_DEBUG_MISC) {
2654 if (pf_status.debug >= PF_DEBUG_MISC) {
2681 if (pf_status.debug >= PF_DEBUG_MISC && dst->scrub &&
H A Dpfvar.h1578 pf_status.counters[x]++; \
1582 struct pf_status { struct
2073 #define DIOCGETSTATUS _IOWR('D', 21, struct pf_status)
2323 __private_extern__ void pfi_update_status(const char *, struct pf_status *);
2342 __private_extern__ struct pf_status pf_status; variable in typeref:struct:pf_status
H A Dpf_ruleset.c91 if (pf_status.debug >= PF_DEBUG_NOISY) \
H A Dpf_if.c597 pfi_update_status(const char *name, struct pf_status *pfs)
H A Dpf_osfp.c70 if (pf_status.debug >= PF_DEBUG_NOISY) \

Completed in 36 milliseconds