Home
last modified time | relevance | path

Searched refs:FI_DONTCACHE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1718 fin->fin_flx |= FI_DONTCACHE;
1761 fin->fin_flx |= FI_DONTCACHE;
2043 if (fin->fin_flx & FI_DONTCACHE)
2071 fin->fin_flx |= FI_DONTCACHE;
2189 ((fin->fin_flx & FI_DONTCACHE) == 0)) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h332 #define FI_DONTCACHE 0x40000000 /* don't cache the result */ macro