Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dsch_cake.c636 u32 flow_hash = 0, srchost_hash = 0, dsthost_hash = 0; in cake_hash() local
680 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
690 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
695 srchost_hash = 0; in cake_hash()
711 srchost_hash = host_override - 1; in cake_hash()
716 flow_hash ^= srchost_hash; in cake_hash()
787 srchost_idx = srchost_hash % CAKE_QUEUES; in cake_hash()
793 srchost_hash) in cake_hash()
801 q->hosts[outer_hash + k].srchost_tag = srchost_hash; in cake_hash()