Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/tools/
H A Dipftest.c704 printf("%qu ",(unsigned long long)fr->fr_hits);
706 printf("%ld ", fr->fr_hits);
720 printf("%qu ",(unsigned long long)fr->fr_hits);
722 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.c857 PRINTF("%qu ", (unsigned long long) fp->fr_hits);
859 PRINTF("%lu ", fp->fr_hits);
945 PRINTF("%qu ", (unsigned long long) fb.fr_hits);
947 PRINTF("%lu ", fb.fr_hits);
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c1986 IPF_BUMP(fr->fr_hits);
2178 IPF_BUMP(fr->fr_hits);
4693 f->fr_hits = 0;
4733 if (fp->fr_hits != 0) {
4734 while (fp->fr_hits && (f = *ftail)) {
4739 fp->fr_hits--;
4814 f->fr_hits = 0;
H A Dip_auth.c800 fae->fae_fr.fr_hits = 0;
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h569 U_QUAD_T fr_hits; member