Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintfr.c41 if ((fp->fr_flags & FR_CALLNOW) != 0)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h710 #define FR_CALLNOW 0x00020 /* call another function (fr_func) if matches */ macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y307 | IPFY_CALL IPFY_NOW func { fr->fr_flags |= FR_CALLNOW; }
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1989 if ((passt & FR_CALLNOW) != 0) {
2230 (fr->fr_func != (ipfunc_t)-1) && !(pass & FR_CALLNOW))