Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_pfsync.h209 struct pfsyncstats { struct
212 u_int64_t pfsyncs_badif; /* not the right interface */
216 u_int64_t pfsyncs_badact; /* bad action */
218 u_int64_t pfsyncs_badauth; /* bad authentication */
219 u_int64_t pfsyncs_stale; /* stale state */
220 u_int64_t pfsyncs_badval; /* bad values */
221 u_int64_t pfsyncs_badstate; /* insert/lookup failed */
225 u_int64_t pfsyncs_onomem; /* no memory for an mbuf */
226 u_int64_t pfsyncs_oerrors; /* ip output error */
228 u_int64_t pfsyncs_iacts[PFSYNC_ACT_MAX];
[all …]
/f-stack/tools/compat/include/net/
H A Dif_pfsync.h209 struct pfsyncstats { struct
212 u_int64_t pfsyncs_badif; /* not the right interface */
216 u_int64_t pfsyncs_badact; /* bad action */
218 u_int64_t pfsyncs_badauth; /* bad authentication */
219 u_int64_t pfsyncs_stale; /* stale state */
220 u_int64_t pfsyncs_badval; /* bad values */
221 u_int64_t pfsyncs_badstate; /* insert/lookup failed */
225 u_int64_t pfsyncs_onomem; /* no memory for an mbuf */
226 u_int64_t pfsyncs_oerrors; /* ip output error */
228 u_int64_t pfsyncs_iacts[PFSYNC_ACT_MAX];
[all …]