Home
last modified time | relevance | path

Searched refs:fr_hits (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c699 printf("%qu ",(unsigned long long)fr->fr_hits);
701 printf("%ld ", fr->fr_hits);
715 printf("%qu ",(unsigned long long)fr->fr_hits);
717 printf("%ld ", fr->fr_hits);
H A Dipf_y.y292 '@' YY_NUMBER { fr->fr_hits = (U_QUAD_T)$2 + 1; }
2225 add = (u_int)fr->fr_hits ? SIOCINIFR :
2229 add = (u_int)fr->fr_hits ? SIOCINAFR :
2236 if (fr->fr_hits)
2237 fr->fr_hits--;
2256 (long long)fr->fr_hits,
2260 fr->fr_hits, fr->fr_bytes);
H A Dipfstat.c856 PRINTF("%qu ", (unsigned long long) fp->fr_hits);
858 PRINTF("%lu ", fp->fr_hits);
944 PRINTF("%qu ", (unsigned long long) fb.fr_hits);
946 PRINTF("%lu ", fb.fr_hits);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1987 IPF_BUMP(fr->fr_hits);
2179 IPF_BUMP(fr->fr_hits);
4692 f->fr_hits = 0;
4732 if (fp->fr_hits != 0) {
4733 while (fp->fr_hits && (f = *ftail)) {
4738 fp->fr_hits--;
4813 f->fr_hits = 0;
H A Dip_auth.c800 fae->fae_fr.fr_hits = 0;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h575 U_QUAD_T fr_hits; member