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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Df_u32.c45 __u32 htid=0, hash=0, nodeid=0; local
53 htid = strtoul(str, &tmp, 16);
56 if (htid>=0x1000)
74 *handle = (htid<<20)|(hash<<12)|nodeid;
81 __u32 htid = TC_U32_HTID(handle); local
90 if (htid) {
91 int l = snprintf(b, bsize, "%x:", htid>>20);
784 __u32 htid = 0; local
872 htid = (htid
979 __u32 htid = *(__u32*)RTA_DATA(tb[TCA_U32_HASH]); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_u32.c559 u32 htid; local
603 htid = nla_get_u32(tb[TCA_U32_HASH]);
604 if (TC_U32_HTID(htid) == TC_U32_ROOT) {
606 htid = ht->handle;
608 ht = u32_lookup_ht(tp->data, TC_U32_HTID(htid));
614 htid = ht->handle;
617 if (ht->divisor < TC_U32_HASH(htid))
621 if (TC_U32_HTID(handle) && TC_U32_HTID(handle^htid))
623 handle = htid | TC_U32_NODE(handle);
625 handle = gen_new_kid(ht, htid);
741 u32 htid = n->handle & 0xFFFFF000; local
[all...]

Completed in 89 milliseconds