Searched refs:PF_IN (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_lb.c | 143 if (r->action == PF_BINAT && direction == PF_IN) { in pf_match_translation() 252 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) { in pf_get_sport() 258 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) { in pf_get_sport() 276 if (pf_find_state_all(&key, PF_IN, NULL) == in pf_get_sport() 285 if (pf_find_state_all(&key, PF_IN, NULL) == in pf_get_sport() 625 case PF_IN: in pf_get_translation()
|
| H A D | pf.c | 659 (pfoe->dir == PF_IN && in pf_overload_task() 1408 case PF_IN: in pf_find_state_all() 1960 case PF_IN: in pf_print_state_parts() 3125 if (direction == PF_IN) { in pf_socket_lookup() 3875 (pd->dir == PF_IN) ? sk : nk, in pf_create_state() 5304 if (direction == PF_IN) { in pf_test_state_other() 5976 pd.sidx = (dir == PF_IN) ? 0 : 1; in pf_test() 5977 pd.didx = (dir == PF_IN) ? 1 : 0; in pf_test() 6259 addr[(s->direction == PF_IN)], in pf_test() 6355 pd.sidx = (dir == PF_IN) ? 0 : 1; in pf_test6() [all …]
|
| H A D | pf.h | 50 enum { PF_INOUT, PF_IN, PF_OUT }; enumerator
|
| H A D | pf_ioctl.c | 2582 sidx = (direction == PF_IN) ? 1 : 0; in pfioctl() 2583 didx = (direction == PF_IN) ? 0 : 1; in pfioctl() 4505 chk = pf_test(PF_IN, flags, ifp, m, inp); in pf_check_in() 4535 chk = pf_test6(PF_IN, flags, (*m)->m_flags & M_LOOP ? V_loif : ifp, m, inp); in pf_check6_in()
|
| /f-stack/tools/compat/include/netpfil/pf/ |
| H A D | pf.h | 46 enum { PF_INOUT, PF_IN, PF_OUT, PF_FWD }; enumerator
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64clat.c | 77 plog->dir = PF_IN; in nat64clat_log()
|
| H A D | nat64stl.c | 76 plog->dir = PF_IN; in nat64stl_log()
|
| H A D | nat64lsn.c | 187 plog->dir = PF_IN; in nat64lsn_log()
|