Home
last modified time | relevance | path

Searched refs:PF_IN (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netpfil/pf/
H A Dpf_lb.c143 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 Dpf.c659 (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 Dpf.h50 enum { PF_INOUT, PF_IN, PF_OUT }; enumerator
H A Dpf_ioctl.c2582 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 Dpf.h46 enum { PF_INOUT, PF_IN, PF_OUT, PF_FWD }; enumerator
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64clat.c77 plog->dir = PF_IN; in nat64clat_log()
H A Dnat64stl.c76 plog->dir = PF_IN; in nat64stl_log()
H A Dnat64lsn.c187 plog->dir = PF_IN; in nat64lsn_log()