Lines Matching defs:pf_test_ctx
1157 struct pf_test_ctx { struct
1158 enum pf_test_status test_status;
1159 struct pf_pdesc *pd;
1160 struct pf_rule_actions act;
1161 uint8_t icmpcode;
1162 uint8_t icmptype;
1163 int icmp_dir;
1164 int state_icmp;
1165 int tag;
1166 int rewrite;
1167 u_short reason;
1168 struct pf_src_node *sns[PF_SN_MAX];
1169 struct pf_krule *nr;
1170 struct pf_krule *tr;
1171 struct pf_krule **rm;
1172 struct pf_krule *a;
1173 struct pf_krule **am;
1174 struct pf_kruleset **rsm;
1175 struct pf_kruleset *arsm;
1176 struct pf_kruleset *aruleset;
1177 struct pf_state_key *sk;
1178 struct pf_state_key *nk;
1179 struct tcphdr *th;
1180 struct pf_udp_mapping *udp_mapping;
1181 struct pf_kpool *nat_pool;
1182 uint16_t virtual_type;
1183 uint16_t virtual_id;
1184 int depth;