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

/external/libnl/lib/route/cls/
H A Du32.c343 void rtnl_u32_set_handle(struct rtnl_cls *cls, int htid, int hash, argument
346 uint32_t handle = (htid << 20) | (hash << 12) | nodeid;
/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 49 milliseconds