Searched defs:pf_src_node (Results 1 – 1 of 1) sorted by relevance
647 struct pf_src_node { struct649 struct pf_addr addr;650 struct pf_addr raddr;651 union pf_rule_ptr rule;652 struct pfi_kif *kif;653 u_int64_t bytes[2];654 u_int64_t packets[2];655 u_int32_t states;656 u_int32_t conn;657 struct pf_threshold conn_rate;[all …]