Home | History | Annotate | Download | only in tc

Lines Matching refs:shift

33 	    "       META_ID := id [ shift SHIFT ] [ mask MASK ]\n" \
36 " meta(indev shift 1 eq \"ppp\")\n" \
312 if (!bstrcmp(a, "shift")) {
313 unsigned long shift;
321 shift = bstrtoul(a);
322 if (shift == ULONG_MAX) {
323 PARSE_ERR(a, "meta: invalid shift, must " \
328 obj->shift = (__u8) shift;
478 if (obj->shift)
479 fprintf(fd, " shift %d", obj->shift);