Home
last modified time | relevance | path

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

/freebsd/lib/libpfctl/
H A Dlibpfctl.h180 struct pfctl_rule { struct
194 TAILQ_ENTRY(pfctl_rule) entries; argument
195 struct pfctl_pool nat;
196 union {
201 struct pfctl_pool route;
202 struct pfctl_threshold pktrate;
204 uint64_t evaluations;
205 uint64_t packets[2];
206 uint64_t bytes[2];
207 time_t last_active_timestamp;
[all …]