Lines Matching full:hash
20 fprintf(stderr," Usage: ... tcindex [ hash SIZE ] [ mask MASK ]"
49 if (!strcmp(*argv,"hash")) {
50 int hash;
53 hash = strtoul(*argv,&end,0);
54 if (*end || !hash || hash > 0x10000) {
58 addattr_l(n,4096,TCA_TCINDEX_HASH,&hash,sizeof(hash));
137 __u16 hash;
139 if (RTA_PAYLOAD(tb[TCA_TCINDEX_HASH]) < sizeof(hash))
141 hash = *(__u16 *) RTA_DATA(tb[TCA_TCINDEX_HASH]);
142 fprintf(f,"hash %d ",hash);