Searched refs:k_len (Results 1 – 1 of 1) sorted by relevance
427 u_int32_t k_len = len; in net_flowhash_jhash() local428 const u_int32_t *__sized_by(k_len) k = (const u_int32_t *)key; in net_flowhash_jhash()434 while (k_len > 12) { in net_flowhash_jhash()439 k_len -= 12; in net_flowhash_jhash()453 switch (k_len) { in net_flowhash_jhash()525 u_int32_t k_len = len; in net_flowhash_jhash() local526 const u_int8_t *__sized_by(k_len) k = (const u_int8_t *)key; in net_flowhash_jhash()529 while (k_len > 12) { in net_flowhash_jhash()543 k_len -= 12; in net_flowhash_jhash()548 switch (k_len) { in net_flowhash_jhash()[all …]