HomeSort by: relevance | last modified time | path
    Searched refs:FR_ISPASS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
fil.c 2426 FR_ISPASS(pass) ? 'p' :
3021 if (FR_ISPASS(pass)) {
3040 if (out && FR_ISPASS(pass)) {
3200 if (!FR_ISPASS(pass)) {
3228 if (FR_ISPASS(pass))
3296 (FR_ISPASS(pass) && (softc->ipf_flags & FF_LOGPASS))) {
3314 if ((pass & FR_LOGORBLOCK) && FR_ISPASS(pass)) {
ip_fil.h 899 #define FR_ISPASS(x) (((x) & FR_CMDMASK) == FR_PASS)
ip_state.c 3354 if (fin->fin_flx & FI_FRAG && FR_ISPASS(is->is_pass) &&

Completed in 26 milliseconds