Searched defs:pf_src_node (Results 1 – 1 of 1) sorted by relevance
634 struct pf_src_node { struct636 struct pf_addr addr;637 struct pf_addr raddr;638 union pf_rule_ptr rule;639 struct pfi_kif *kif;640 u_int64_t bytes[2];641 u_int64_t packets[2];642 u_int32_t states;643 u_int32_t conn;644 struct pf_threshold conn_rate;[all …]