TCA_FLOW_DIVISOR  361 net/sched/cls_flow.c 	[TCA_FLOW_DIVISOR]	= { .type = NLA_U32 },
TCA_FLOW_DIVISOR  536 net/sched/cls_flow.c 	if (tb[TCA_FLOW_DIVISOR])
TCA_FLOW_DIVISOR  537 net/sched/cls_flow.c 		fnew->divisor = nla_get_u32(tb[TCA_FLOW_DIVISOR]);
TCA_FLOW_DIVISOR  650 net/sched/cls_flow.c 	    nla_put_u32(skb, TCA_FLOW_DIVISOR, f->divisor))