Home
last modified time | relevance | path

Searched defs:pfsyncstats (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/pf/
H A Dif_pfsync.h200 struct pfsyncstats { struct
203 u_int64_t pfsyncs_badif; /* not the right interface */
204 u_int64_t pfsyncs_badttl; /* TTL is not PFSYNC_DFLTTL */
205 u_int64_t pfsyncs_hdrops; /* packets shorter than hdr */
207 u_int64_t pfsyncs_badact; /* bad action */
209 u_int64_t pfsyncs_badauth; /* bad authentication */
210 u_int64_t pfsyncs_stale; /* stale state */
211 u_int64_t pfsyncs_badval; /* bad values */
212 u_int64_t pfsyncs_badstate; /* insert/lookup failed */
216 u_int64_t pfsyncs_onomem; /* no memory for an mbuf */
[all …]
H A Dif_pfsync.c91 struct pfsyncstats pfsyncstats; variable