Searched defs:pf_src_node (Results 1 – 1 of 1) sorted by relevance
678 struct pf_src_node { struct680 struct pf_addr addr;681 struct pf_addr raddr;682 union pf_rule_ptr rule;683 struct pfi_kif *kif;684 u_int64_t bytes[2];685 u_int64_t packets[2];686 u_int32_t states;687 u_int32_t conn;688 struct pf_threshold conn_rate;[all …]