Searched refs:dnflow (Results 1 – 1 of 1) sorted by relevance
6235 struct ip_fw_args dnflow; in pf_test_dummynet() local6249 bzero(&dnflow, sizeof(dnflow)); in pf_test_dummynet()6257 dnflow.fwa_id.flags = pf_pd_get_hdr_tcp(pd)->th_flags; in pf_test_dummynet()6258 dnflow.fwa_id.dst_port = ntohs(pf_pd_get_hdr_tcp(pd)->th_dport); in pf_test_dummynet()6259 dnflow.fwa_id.src_port = ntohs(pf_pd_get_hdr_tcp(pd)->th_sport); in pf_test_dummynet()6263 dnflow.fwa_id.dst_port = ntohs(pf_pd_get_hdr_udp(pd)->uh_dport); in pf_test_dummynet()6264 dnflow.fwa_id.src_port = ntohs(pf_pd_get_hdr_udp(pd)->uh_sport); in pf_test_dummynet()6427 dnflow.fwa_cookie = r->dnpipe; in pf_test_dummynet()6428 dnflow.fwa_pf_rule = r; in pf_test_dummynet()6429 dnflow.fwa_id.proto = pd->proto; in pf_test_dummynet()[all …]