Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dpfvar.h833 struct pf_kstatus { struct
835 counter_u64_t lcounters[LCNT_MAX]; /* limit counters */
836 counter_u64_t fcounters[FCNT_MAX]; /* state operation counters */
838 uint32_t states;
839 uint32_t src_nodes;
840 uint32_t running;
841 uint32_t since;
842 uint32_t debug;
843 uint32_t hostid;
844 char ifname[IFNAMSIZ];
[all …]
/f-stack/freebsd/net/
H A Dpfvar.h982 struct pf_kstatus { struct
984 counter_u64_t lcounters[LCNT_MAX]; /* limit counters */
985 counter_u64_t fcounters[FCNT_MAX]; /* state operation counters */
987 uint32_t states;
988 uint32_t src_nodes;
989 uint32_t running;
990 uint32_t since;
991 uint32_t debug;
992 uint32_t hostid;
993 char ifname[IFNAMSIZ];
[all …]