Searched defs:pf_src_node (Results 1 – 1 of 1) sorted by relevance
697 struct pf_src_node { struct699 struct pf_addr addr;700 struct pf_addr raddr;701 union pf_rule_ptr rule;702 struct pfi_kif *kif;703 u_int64_t bytes[2];704 u_int64_t packets[2];705 u_int32_t states;706 u_int32_t conn;707 struct pf_threshold conn_rate;[all …]