Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/ipf/netinet/ | |
ip_fil_compat.c | 168 U_QUAD_T fr_hits; member in struct:frentry_4_1_34 215 U_QUAD_T fr_hits; member in struct:frentry_4_1_16 264 U_QUAD_T fr_hits; member in struct:frentry_4_1_0 1909 fr->fr_hits = old->fr_hits; 2038 fr->fr_hits = old->fr_hits; 2168 fr->fr_hits = old->fr_hits; 3698 old->fr_hits = fr->fr_hits [all...] |
ip_auth.c | 809 fae->fae_fr.fr_hits = 0; |
fil.c | 2503 ATOMIC_INC64(fr->fr_hits); 2537 fr->fr_hits++; 4900 * this call and the correctness of fr_hits and 4925 f->fr_hits = 0; 4969 if (fp->fr_hits != 0) { 4970 while (fp->fr_hits && (f = *ftail)) { 4975 fp->fr_hits--; 5044 fp->fr_hits = 0; |
ip_fil.h | 718 U_QUAD_T fr_hits; member in struct:frentry |