TCA_TCINDEX_SHIFT  266 net/sched/cls_tcindex.c 	[TCA_TCINDEX_SHIFT]		= { .type = NLA_U32 },
TCA_TCINDEX_SHIFT  369 net/sched/cls_tcindex.c 	if (tb[TCA_TCINDEX_SHIFT])
TCA_TCINDEX_SHIFT  370 net/sched/cls_tcindex.c 		cp->shift = nla_get_u32(tb[TCA_TCINDEX_SHIFT]);
TCA_TCINDEX_SHIFT  649 net/sched/cls_tcindex.c 		    nla_put_u32(skb, TCA_TCINDEX_SHIFT, p->shift) ||