Searched refs:fwa_ipfw_rule (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_flowid.h96 struct ip_fw *fwa_ipfw_rule; /* matching IPFW rule */ member in struct:ip_fw_args
H A Dip_dummynet.c1545 ipfw_insn *cmd = fwa->fwa_ipfw_rule->cmd + fwa->fwa_ipfw_rule->act_ofs;
1553 is_pipe = (fwa->fwa_ipfw_rule->fw_flg & IP_FW_F_COMMAND) == IP_FW_F_PIPE;
1632 * the caller is ipfw. When the caller is PF, fwa_ipfw_rule
1636 pkt->dn_ipfw_rule = fwa->fwa_ipfw_rule;
H A Dip_input.c712 args.fwa_ipfw_rule = dn_tag->dn_ipfw_rule;
747 if (args.fwa_ipfw_rule || args.fwa_pf_rule) { /* dummynet already filtered us */
752 if (args.fwa_ipfw_rule)
H A Dip_output.c330 args.fwa_ipfw_rule = dn_tag->dn_ipfw_rule;
426 if (args.fwa_ipfw_rule != NULL || args.fwa_pf_rule != NULL) {
448 if (args.fwa_ipfw_rule != NULL)
H A Dip_fw2.c1902 * args->fwa_ipfw_rule Pointer to the last matching rule (in/out)
2096 if (args->fwa_ipfw_rule) {
2110 f = args->fwa_ipfw_rule->next_rule;
2112 f = lookup_next_rule(args->fwa_ipfw_rule);
2612 args->fwa_ipfw_rule = f; /* report matching rule */

Completed in 41 milliseconds