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

/darwin-on-arm/xnu/bsd/net/
H A Dif_pflog.c335 if (af == AF_INET && dir == PF_OUT) {
352 case PF_OUT:
H A Dpf.c384 if (direction == PF_OUT &&
386 (*state)->rule.ptr->direction == PF_OUT) ||
1118 case PF_OUT:
1148 case PF_OUT:
1275 PF_OUT &&
2106 if (dir == PF_OUT && m != NULL &&
2129 if (dir == PF_OUT && m != NULL &&
3358 } else if (r->action == PF_RDR && direction == PF_OUT) {
3441 if (direction == PF_OUT) {
3477 case PF_OUT
[all...]
H A Dpf_norm.c1577 r->packets[dir == PF_OUT]++;
1578 r->bytes[dir == PF_OUT] += pd->tot_len;
1673 if (dir == PF_OUT && (pd->pf_mtag->pftag_flags & PF_TAG_FRAGCACHE)) {
1854 r->packets[dir == PF_OUT]++;
1855 r->bytes[dir == PF_OUT] += pd->tot_len;
2148 r->packets[dir == PF_OUT]++;
2149 r->bytes[dir == PF_OUT] += pd->tot_len;
H A Dpf_ioctl.c3591 if (sk->direction == PF_OUT) {
3827 state = pf_find_state_all(&key, PF_OUT, &m);
4823 if (pf_test(input ? PF_IN : PF_OUT, ifp, mp, NULL, fwa) != PF_PASS) {
4870 if (pf_test6(input ? PF_IN : PF_OUT, ifp, mp, NULL, fwa) != PF_PASS) {
H A Dpfvar.h155 enum { PF_INOUT, PF_IN, PF_OUT }; enumerator in enum:__anon245

Completed in 99 milliseconds