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

/xnu-2422.115.4/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.c1543 ipfw_insn *cmd = fwa->fwa_ipfw_rule->cmd + fwa->fwa_ipfw_rule->act_ofs;
1551 is_pipe = (fwa->fwa_ipfw_rule->fw_flg & IP_FW_F_COMMAND) == IP_FW_F_PIPE;
1630 * the caller is ipfw. When the caller is PF, fwa_ipfw_rule
1634 pkt->dn_ipfw_rule = fwa->fwa_ipfw_rule;
H A Dip_input.c693 args.fwa_ipfw_rule = dn_tag->dn_ipfw_rule;
728 if (args.fwa_ipfw_rule || args.fwa_pf_rule) {
734 if (args.fwa_ipfw_rule)
H A Dip_output.c329 args.fwa_ipfw_rule = dn_tag->dn_ipfw_rule;
438 if (args.fwa_ipfw_rule != NULL || args.fwa_pf_rule != NULL) {
460 if (args.fwa_ipfw_rule != NULL)
H A Dip_fw2.c1981 * args->fwa_ipfw_rule Pointer to the last matching rule (in/out)
2175 if (args->fwa_ipfw_rule) {
2189 f = args->fwa_ipfw_rule->next_rule;
2191 f = lookup_next_rule(args->fwa_ipfw_rule);
2691 args->fwa_ipfw_rule = f; /* report matching rule */

Completed in 90 milliseconds