TCA_TBF_PARMS     283 net/sched/sch_tbf.c 	[TCA_TBF_PARMS]	= { .len = sizeof(struct tc_tbf_qopt) },
TCA_TBF_PARMS     312 net/sched/sch_tbf.c 	if (tb[TCA_TBF_PARMS] == NULL)
TCA_TBF_PARMS     315 net/sched/sch_tbf.c 	qopt = nla_data(tb[TCA_TBF_PARMS]);
TCA_TBF_PARMS     459 net/sched/sch_tbf.c 	if (nla_put(skb, TCA_TBF_PARMS, sizeof(opt), &opt))