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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c388 (*state)->rule.ptr->direction == PF_IN)) &&
1122 case PF_IN:
1152 case PF_IN:
1278 ((*state)->state_key->direction == PF_IN &&
3278 if (pf_find_state_all(&key, PF_IN, NULL) == NULL)
3282 if (pf_find_state_all(&key, PF_IN, NULL) == NULL)
3286 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) {
3302 if (pf_find_state_all(&key, PF_IN, NULL) ==
3310 if (pf_find_state_all(&key, PF_IN, NULL) ==
3354 if (r->action == PF_BINAT && direction == PF_IN) {
[all...]
H A Dif_pflog.c348 case PF_IN:
H A Dpf_norm.c1712 if (dir == PF_IN)
2023 else if (dir == PF_IN || !(pd->pf_mtag->pftag_flags & PF_TAG_FRAGCACHE)) {
2046 if (dir == PF_IN)
H A Dpf_ioctl.c3812 if (direction == PF_IN) {
3819 state = pf_find_state_all(&key, PF_IN, &m);
3833 if (direction == PF_IN) {
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 91 milliseconds