Searched refs:fwa (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c1526 dummynet_io(struct mbuf *m, int pipe_nr, int dir, struct ip_fw_args *fwa, int client) argument
1545 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;
1559 is_pipe = fwa->fwa_flags == DN_IS_PIPE ? 1 : 0;
1599 q = find_queue(fs, &(fwa->fwa_id));
1636 pkt->dn_ipfw_rule = fwa->fwa_ipfw_rule;
1637 pkt->dn_pf_rule = fwa->fwa_pf_rule;
1641 pkt->dn_ifp = fwa->fwa_oif;
1648 if (fwa
[all...]
H A Dip_dummynet.h426 struct ip_fw_args *fwa, int );
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c5091 struct mbuf **m0, struct pf_pdesc *pd, struct ip_fw_args *fwa)
5109 struct pf_rule *prev_matching_rule = fwa ? fwa->fwa_pf_rule : NULL;
5301 if (fwa != NULL) {
5302 dnflow.fwa_oif = fwa->fwa_oif;
5303 dnflow.fwa_oflags = fwa->fwa_oflags;
5309 dnflow.fwa_ro = fwa->fwa_ro;
5310 dnflow.fwa_dst = fwa->fwa_dst;
5311 dnflow.fwa_ipoa = fwa->fwa_ipoa;
5312 dnflow.fwa_ro6_pmtu = fwa
5090 pf_test_dummynet(struct pf_rule **rm, int direction, struct pfi_kif *kif, struct mbuf **m0, struct pf_pdesc *pd, struct ip_fw_args *fwa) argument
8046 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0, struct ether_header *eh, struct ip_fw_args *fwa) argument
8580 pf_test6(int dir, struct ifnet *ifp, struct mbuf **m0, struct ether_header *eh, struct ip_fw_args *fwa) argument
[all...]
H A Dpf_ioctl.c4728 unsigned int af, int input, struct ip_fw_args *fwa)
4751 error = pf_inet_hook(ifp, mp, input, fwa);
4757 error = pf_inet6_hook(ifp, mp, input, fwa);
4793 struct ip_fw_args *fwa)
4823 if (pf_test(input ? PF_IN : PF_OUT, ifp, mp, NULL, fwa) != PF_PASS) {
4848 struct ip_fw_args *fwa)
4870 if (pf_test6(input ? PF_IN : PF_OUT, ifp, mp, NULL, fwa) != PF_PASS) {
4727 pf_af_hook(struct ifnet *ifp, struct mbuf **mppn, struct mbuf **mp, unsigned int af, int input, struct ip_fw_args *fwa) argument
4792 pf_inet_hook(struct ifnet *ifp, struct mbuf **mp, int input, struct ip_fw_args *fwa) argument
4847 pf_inet6_hook(struct ifnet *ifp, struct mbuf **mp, int input, struct ip_fw_args *fwa) argument

Completed in 39 milliseconds