Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintfr.c369 if (fp->fr_flags & (FR_FRSTRICT)) {
371 if (fp->fr_flags & FR_FRSTRICT)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_frag.c314 if (pass & FR_FRSTRICT)
578 } else if (f->ipfr_pass & FR_FRSTRICT)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h726 #define FR_FRSTRICT 0x100000 /* strict frag. cache */ macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y1224 IPFY_STRICT { DOALL(fr->fr_flags |= FR_FRSTRICT;) }