Searched refs:PF_IN (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | pf.c | 412 (*state)->rule.ptr->direction == PF_IN)) && in pf_state_lookup_aux() 1117 case PF_IN: in pf_find_state() 1185 case PF_IN: in pf_find_state_all() 1323 ((*state)->state_key->direction == PF_IN && in pf_src_connlimit() 3665 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) { in pf_get_sport() 3670 if (pf_find_state_all(&key, PF_IN, NULL) == NULL in pf_get_sport() 3682 if (pf_find_state_all(&key, PF_IN, NULL) == NULL in pf_get_sport() 3705 if (pf_find_state_all(&key, PF_IN, NULL) == NULL in pf_get_sport() 3719 if (pf_find_state_all(&key, PF_IN, NULL) == NULL in pf_get_sport() 3770 if (r->action == PF_BINAT && direction == PF_IN) { in pf_match_translation() [all …]
|
| H A D | if_pflog.c | 415 case PF_IN: in pflog_packet()
|
| H A D | pf_ioctl.c | 2937 if (rule->direction == PF_IN) { in pfioctl_ioc_rule() 3719 if (direction == PF_IN) { in pfioctl_ioc_natlook() 3728 state = pf_find_state_all(&key, PF_IN, &m); in pfioctl_ioc_natlook() 3744 if (direction == PF_IN) { in pfioctl_ioc_natlook() 4738 if (pf_test_mbuf(input ? PF_IN : PF_OUT, ifp, mp, NULL, fwa) != PF_PASS) { in pf_inet_hook() 4788 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 | 2138 if (dir == PF_IN) { in pf_normalize_ip() 2513 } else if (dir == PF_IN || in pf_normalize_ip6() 2551 if (dir == PF_IN) { in pf_normalize_ip6()
|
| H A D | pfvar.h | 173 enum { PF_INOUT, PF_IN, PF_OUT }; enumerator
|