Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/pf/
H A Dpfvar.h1368 struct pf_status { struct
1369 u_int64_t counters[PFRES_MAX];
1370 u_int64_t lcounters[LCNT_MAX]; /* limit counters */
1371 u_int64_t fcounters[FCNT_MAX];
1372 u_int64_t scounters[SCNT_MAX];
1373 u_int64_t pcounters[2][2][3];
1374 u_int64_t bcounters[2][2];
1375 u_int64_t stateid; /* atomic */
1376 u_int32_t running;
1377 u_int32_t states; /* atomic */
[all …]
H A Dpf.c131 struct pf_status pf_status; variable