Searched defs:pf_src_node (Results 1 – 1 of 1) sorted by relevance
626 struct pf_src_node { struct628 struct pf_addr addr;629 struct pf_addr raddr;630 union pf_rule_ptr rule;631 struct pfi_kif *kif;632 u_int64_t bytes[2];633 u_int64_t packets[2];634 u_int32_t states;635 u_int32_t conn;636 struct pf_threshold conn_rate;[all …]