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

/freebsd-current/contrib/tcpdump/
H A Dpflog.h58 #define PFRES_MEMORY 5 macro
H A Dprint-pflog.c42 { PFRES_MEMORY, "5(memory)" },
/freebsd-current/contrib/libpcap/
H A Dpflog.h58 #define PFRES_MEMORY 5 macro
/freebsd-current/sys/netpfil/pf/
H A Dpf.c987 reason = PFRES_MEMORY;
998 reason = PFRES_MEMORY;
4324 counter_u64_add(V_pf_status.counters[PFRES_MEMORY], 1);
4335 counter_u64_add(V_pf_status.counters[PFRES_MEMORY], 1);
4352 counter_u64_add(V_pf_status.counters[PFRES_MEMORY], 1);
4359 counter_u64_add(V_pf_status.counters[PFRES_MEMORY], 1);
4731 REASON_SET(&reason, PFRES_MEMORY);
4790 REASON_SET(&reason, PFRES_MEMORY);
4886 REASON_SET(&reason, PFRES_MEMORY);
4991 REASON_SET(&reason, PFRES_MEMORY);
[all...]
H A Dpf.h146 #define PFRES_MEMORY 5 /* Dropped due to lacking mem */ macro
H A Dpf_norm.c343 REASON_SET(reason, PFRES_MEMORY);
587 REASON_SET(reason, PFRES_MEMORY);
935 REASON_SET(reason, PFRES_MEMORY);
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c223 val->v.counter64 = pfctl_status_counter(pfs, PFRES_MEMORY);

Completed in 146 milliseconds