Lines Matching refs:poly_accum
774 UINT64 poly_accum[STREAMS]; /* poly hash result */ member
835 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
837 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
840 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
916 if (ahc->poly_accum[i] >= p64) in ip_long()
917 ahc->poly_accum[i] -= p64; in ip_long()
918 t = ip_aux(0,ahc->ip_keys+(i*4), ahc->poly_accum[i]); in ip_long()
934 pc->poly_accum[0] = 1; in uhash_reset()
936 pc->poly_accum[1] = 1; in uhash_reset()
939 pc->poly_accum[2] = 1; in uhash_reset()
942 pc->poly_accum[3] = 1; in uhash_reset()
976 ahc->poly_accum[i] = 1; /* Our polyhash prepends a non-zero word */ in uhash_init()