TCA_SAMPLE_TRUNC_SIZE   32 net/sched/act_sample.c 	[TCA_SAMPLE_TRUNC_SIZE]		= { .type = NLA_U32 },
TCA_SAMPLE_TRUNC_SIZE  108 net/sched/act_sample.c 	if (tb[TCA_SAMPLE_TRUNC_SIZE]) {
TCA_SAMPLE_TRUNC_SIZE  110 net/sched/act_sample.c 		s->trunc_size = nla_get_u32(tb[TCA_SAMPLE_TRUNC_SIZE]);
TCA_SAMPLE_TRUNC_SIZE  224 net/sched/act_sample.c 		if (nla_put_u32(skb, TCA_SAMPLE_TRUNC_SIZE, s->trunc_size))