Lines Matching defs:pf_status
1368 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 */
1378 u_int32_t src_nodes; /* atomic */
1379 u_int32_t since;
1380 u_int32_t debug;
1381 u_int32_t hostid;
1382 char ifname[IFNAMSIZ];
1383 u_int8_t pf_chksum[PF_MD5_DIGEST_LENGTH];