Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dcls_u32.c736 u32 htid; in u32_change() local
802 htid = nla_get_u32(tb[TCA_U32_HASH]); in u32_change()
803 if (TC_U32_HTID(htid) == TC_U32_ROOT) { in u32_change()
805 htid = ht->handle; in u32_change()
807 ht = u32_lookup_ht(tp->data, TC_U32_HTID(htid)); in u32_change()
813 htid = ht->handle; in u32_change()
816 if (ht->divisor < TC_U32_HASH(htid)) in u32_change()
820 if (TC_U32_HTID(handle) && TC_U32_HTID(handle^htid)) in u32_change()
822 handle = htid | TC_U32_NODE(handle); in u32_change()
824 handle = gen_new_kid(ht, htid); in u32_change()
[all …]