Home
last modified time | relevance | path

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

/src/sbin/ipf/libipf/
H A Dprintfr.c415 if (fp->fr_flags & (FR_FRSTRICT)) { in printfr()
417 if (fp->fr_flags & FR_FRSTRICT) in printfr()
/src/sys/netpfil/ipfilter/netinet/
H A Dip_frag.c377 if (pass & FR_FRSTRICT) { in ipfr_frag_new()
752 if (f->ipfr_pass & FR_FRSTRICT) { in ipf_frag_lookup()
H A Dip_fil.h826 #define FR_FRSTRICT 0x100000 /* strict frag. cache */ macro
/src/sbin/ipf/common/
H A Dipf_y.y1367 IPFY_STRICT { DOALL(fr->fr_flags |= FR_FRSTRICT;) }