HomeSort by relevance Sort by last modified time
    Searched full:htid (Results 1 - 1 of 1) sorted by null

  /external/iproute2/tc/
f_u32.c 33 fprintf(stderr, "Usage: ... u32 [ match SELECTOR ... ] [ link HTID ]"
37 fprintf(stderr, " [ ht HTID ] [ hashkey HASHKEY_SPEC ]\n");
50 __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);
985 __u32 htid = 0 local
1202 __u32 htid = *(__u32*)RTA_DATA(tb[TCA_U32_HASH]); local
    [all...]

Completed in 2114 milliseconds