Searched refs:PF_IN (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.61.2/bsd/net/ |
| H A D | pf.c | 411 (*state)->rule.ptr->direction == PF_IN)) && in pf_state_lookup_aux() 1127 case PF_IN: in pf_find_state() 1171 case PF_IN: in pf_find_state_all() 1309 ((*state)->state_key->direction == PF_IN && in pf_src_connlimit() 3627 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) { in pf_get_sport() 3632 if (pf_find_state_all(&key, PF_IN, NULL) == NULL in pf_get_sport() 3644 if (pf_find_state_all(&key, PF_IN, NULL) == NULL in pf_get_sport() 3667 if (pf_find_state_all(&key, PF_IN, NULL) == NULL in pf_get_sport() 3681 if (pf_find_state_all(&key, PF_IN, NULL) == NULL in pf_get_sport() 3732 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 | 2876 if (rule->direction == PF_IN) { in pfioctl_ioc_rule() 3663 if (direction == PF_IN) { in pfioctl_ioc_natlook() 3672 state = pf_find_state_all(&key, PF_IN, &m); in pfioctl_ioc_natlook() 3688 if (direction == PF_IN) { in pfioctl_ioc_natlook() 4683 if (pf_test_mbuf(input ? PF_IN : PF_OUT, ifp, mp, NULL, fwa) != PF_PASS) { in pf_inet_hook() 4733 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
|