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

/external/iproute2/tc/
H A Df_u32.c50 __u32 htid=0, hash=0, nodeid=0; local
58 htid = strtoul(str, &tmp, 16);
61 if (htid>=0x1000)
79 *handle = (htid<<20)|(hash<<12)|nodeid;
86 __u32 htid = TC_U32_HTID(handle); local
95 if (htid) {
96 int l = snprintf(b, bsize, "%x:", htid>>20);
986 __u32 htid = 0; local
1075 htid = (htid
1203 __u32 htid = rta_getattr_u32(tb[TCA_U32_HASH]); local
[all...]

Completed in 134 milliseconds