Home
last modified time | relevance | path

Searched refs:FR_ISPASS (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c213 if (FR_ISPASS(V_ipfmain.ipf_pass)) in vnet_ipf_init()
H A Dfil.c2441 FR_ISPASS(pass) ? 'p' :
3048 if (FR_ISPASS(pass)) {
3067 if (out && FR_ISPASS(pass)) {
3227 if (!FR_ISPASS(pass)) {
3242 if (FR_ISPASS(pass))
3312 (FR_ISPASS(pass) && (softc->ipf_flags & FF_LOGPASS))) {
3330 if ((pass & FR_LOGORBLOCK) && FR_ISPASS(pass)) {
H A Dip_fil.h840 #define FR_ISPASS(x) (((x) & FR_CMDMASK) == FR_PASS) macro
H A Dip_state.c3420 if (fin->fin_flx & FI_FRAG && FR_ISPASS(is->is_pass) &&