Searched refs:FR_CALLNOW (Results 1 – 4 of 4) sorted by relevance
39 if ((fp->fr_flags & FR_CALLNOW) != 0) in printfr()
810 #define FR_CALLNOW 0x00020 /* call another function (fr_func) if matches */ macro
2488 if ((passt & FR_CALLNOW) != 0) { in ipf_scanlist()2709 (fr->fr_func != (ipfunc_t)-1) && !(pass & FR_CALLNOW)) in ipf_firewall()4606 if ((fp->fr_flags & FR_CALLNOW) && in frrequest()
343 | IPFY_CALL IPFY_NOW func { fr->fr_flags |= FR_CALLNOW; }