Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dflowhash.c427 u_int32_t k_len = len; in net_flowhash_jhash() local
428 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() local
526 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 …]