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

/linux-4.1.27/net/sched/
H A Dcls_u32.c736 u32 htid; u32_change() local
802 htid = nla_get_u32(tb[TCA_U32_HASH]); u32_change()
803 if (TC_U32_HTID(htid) == TC_U32_ROOT) { u32_change()
805 htid = ht->handle; u32_change()
807 ht = u32_lookup_ht(tp->data, TC_U32_HTID(htid)); u32_change()
813 htid = ht->handle; u32_change()
816 if (ht->divisor < TC_U32_HASH(htid)) u32_change()
820 if (TC_U32_HTID(handle) && TC_U32_HTID(handle^htid)) u32_change()
822 handle = htid | TC_U32_NODE(handle); u32_change()
824 handle = gen_new_kid(ht, htid); u32_change()
972 u32 htid = n->handle & 0xFFFFF000; u32_dump() local
973 if (nla_put_u32(skb, TCA_U32_HASH, htid)) u32_dump()

Completed in 58 milliseconds