Home
last modified time | relevance | path

Searched refs:PFIL_FWD (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/
H A Dpfil.h83 #define PFIL_FWD 0x00040000 macro
/f-stack/freebsd/netinet6/
H A Dip6_fastfwd.c218 PFIL_FWD, NULL) != PFIL_PASS) in ip6_tryforward()
H A Dip6_forward.c317 PFIL_FWD, NULL) != PFIL_PASS) in ip6_forward()
/f-stack/freebsd/netinet/
H A Dip_fastfwd.c375 PFIL_OUT | PFIL_FWD, NULL) != PFIL_PASS) in ip_tryforward()
H A Dip_output.c123 pflags |= PFIL_FWD; in ip_output_pfil()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c5707 if (pf_test6(PF_OUT, PFIL_FWD, ifp, &m0, inp) != PF_PASS) in pf_route6()
6690 if (action == PF_PASS && *m0 && (pflags & PFIL_FWD) && in pf_test6()