PF_OUT 82 net/if_bridge.c #define BRIDGE_OUT PF_OUT PF_OUT 256 net/if_pflog.c if (af == AF_INET && dir == PF_OUT) { PF_OUT 461 net/if_pfsync.c sp->direction > PF_OUT || PF_OUT 242 net/pf.c if (direction == PF_OUT && \ PF_OUT 244 net/pf.c (*state)->rule.ptr->direction == PF_OUT) || \ PF_OUT 693 net/pf.c PF_OUT && PF_OUT 2418 net/pf.c if (direction == PF_OUT) { PF_OUT 2452 net/pf.c case PF_OUT: PF_OUT 2917 net/pf.c if (direction == PF_OUT) { PF_OUT 2920 net/pf.c if ((nr = pf_get_translation(pd, m, off, PF_OUT, kif, &nsn, PF_OUT 3129 net/pf.c if (direction == PF_OUT) { PF_OUT 3260 net/pf.c ((direction == PF_OUT && PF_OUT 3396 net/pf.c if (direction == PF_OUT) { PF_OUT 3463 net/pf.c if (direction == PF_OUT) { PF_OUT 3644 net/pf.c if (direction == PF_OUT) { PF_OUT 4016 net/pf.c if (direction == PF_OUT) PF_OUT 4080 net/pf.c if (direction == PF_OUT) PF_OUT 4161 net/pf.c if (direction == PF_OUT) { PF_OUT 4725 net/pf.c if (direction == PF_OUT) PF_OUT 4958 net/pf.c (dir != PF_IN && dir != PF_OUT) || oifp == NULL) PF_OUT 5027 net/pf.c if (pf_test(PF_OUT, ifp, &m0, NULL) != PF_PASS) PF_OUT 5149 net/pf.c (dir != PF_IN && dir != PF_OUT) || oifp == NULL) PF_OUT 5210 net/pf.c if (pf_test6(PF_OUT, ifp, &m0, NULL) != PF_PASS) PF_OUT 5407 net/pf.c PF_ACPY(&pd.baddr, dir == PF_OUT ? pd.src : pd.dst, AF_INET); PF_OUT 5571 net/pf.c kif->pfik_bytes[0][dir == PF_OUT][action != PF_PASS] += pd.tot_len; PF_OUT 5572 net/pf.c kif->pfik_packets[0][dir == PF_OUT][action != PF_PASS]++; PF_OUT 5575 net/pf.c dirndx = (dir == PF_OUT); PF_OUT 5618 net/pf.c if (dir == PF_OUT) PF_OUT 5628 net/pf.c pd.tot_len, dir == PF_OUT, r->action == PF_PASS, PF_OUT 5633 net/pf.c pd.tot_len, dir == PF_OUT, r->action == PF_PASS, PF_OUT 5720 net/pf.c PF_ACPY(&pd.baddr, dir == PF_OUT ? pd.src : pd.dst, AF_INET6); PF_OUT 5947 net/pf.c kif->pfik_bytes[1][dir == PF_OUT][action != PF_PASS] += pd.tot_len; PF_OUT 5948 net/pf.c kif->pfik_packets[1][dir == PF_OUT][action != PF_PASS]++; PF_OUT 5951 net/pf.c dirndx = (dir == PF_OUT); PF_OUT 5994 net/pf.c if (dir == PF_OUT) PF_OUT 6003 net/pf.c pd.tot_len, dir == PF_OUT, r->action == PF_PASS, PF_OUT 6008 net/pf.c pd.tot_len, dir == PF_OUT, r->action == PF_PASS, PF_OUT 1593 net/pf_ioctl.c if (sk->direction == PF_OUT) { PF_OUT 857 net/pf_norm.c r->packets[dir == PF_OUT]++; PF_OUT 858 net/pf_norm.c r->bytes[dir == PF_OUT] += pd->tot_len; PF_OUT 940 net/pf_norm.c if (dir == PF_OUT && m->m_pkthdr.pf.flags & PF_TAG_FRAGCACHE) { PF_OUT 1089 net/pf_norm.c r->packets[dir == PF_OUT]++; PF_OUT 1090 net/pf_norm.c r->bytes[dir == PF_OUT] += pd->tot_len; PF_OUT 1267 net/pf_norm.c r->packets[dir == PF_OUT]++; PF_OUT 1268 net/pf_norm.c r->bytes[dir == PF_OUT] += pd->tot_len; PF_OUT 60 net/pfvar.h enum { PF_INOUT, PF_IN, PF_OUT }; PF_OUT 579 netinet/ip_output.c if (pf_test(PF_OUT, &encif[0].sc_if, &m, NULL) != PF_PASS) { PF_OUT 691 netinet/ip_output.c if (pf_test(PF_OUT, ifp, &m, NULL) != PF_PASS) { PF_OUT 445 netinet6/ip6_forward.c if (pf_test6(PF_OUT, rt->rt_ifp, &m, NULL) != PF_PASS) { PF_OUT 768 netinet6/ip6_output.c if (pf_test6(PF_OUT, ifp, &m, NULL) != PF_PASS) {