Home
last modified time | relevance | path

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

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