Searched refs:PF_IN (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/bsd/net/ |
| H A D | pf.c | 408 (*state)->rule.ptr->direction == PF_IN)) && in pf_state_lookup_aux() 1107 case PF_IN: in pf_find_state() 1151 case PF_IN: in pf_find_state_all() 1289 ((*state)->state_key->direction == PF_IN && in pf_src_connlimit() 3570 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) { in pf_get_sport() 3575 if (pf_find_state_all(&key, PF_IN, NULL) == NULL in pf_get_sport() 3587 if (pf_find_state_all(&key, PF_IN, NULL) == NULL in pf_get_sport() 3610 if (pf_find_state_all(&key, PF_IN, NULL) == NULL in pf_get_sport() 3624 if (pf_find_state_all(&key, PF_IN, NULL) == NULL in pf_get_sport() 3675 if (r->action == PF_BINAT && direction == PF_IN) { in pf_match_translation() [all …]
|
| H A D | if_pflog.c | 381 case PF_IN: in pflog_packet()
|
| H A D | pf_ioctl.c | 2841 if (rule->direction == PF_IN) { in pfioctl_ioc_rule() 3628 if (direction == PF_IN) { in pfioctl_ioc_natlook() 3637 state = pf_find_state_all(&key, PF_IN, &m); in pfioctl_ioc_natlook() 3653 if (direction == PF_IN) { in pfioctl_ioc_natlook() 4636 if (pf_test_mbuf(input ? PF_IN : PF_OUT, ifp, mp, NULL, fwa) != PF_PASS) { in pf_inet_hook() 4686 if (pf_test6_mbuf(input ? PF_IN : PF_OUT, ifp, mp, NULL, fwa) != PF_PASS) { in pf_inet6_hook()
|
| H A D | pf_norm.c | 2139 if (dir == PF_IN) { in pf_normalize_ip() 2515 } else if (dir == PF_IN || in pf_normalize_ip6() 2553 if (dir == PF_IN) { in pf_normalize_ip6()
|
| H A D | pfvar.h | 162 enum { PF_INOUT, PF_IN, PF_OUT }; enumerator
|