Searched defs:pf_src_node (Results 1 – 1 of 1) sorted by relevance
690 struct pf_src_node { struct692 struct pf_addr addr;693 struct pf_addr raddr;694 union pf_rule_ptr rule;695 struct pfi_kif *kif;696 u_int64_t bytes[2];697 u_int64_t packets[2];698 u_int32_t states;699 u_int32_t conn;700 struct pf_threshold conn_rate;[all …]