autohandle        739 net/sched/sch_api.c 	static u32 autohandle = TC_H_MAKE(0x80000000U, 0);
autohandle        742 net/sched/sch_api.c 		autohandle += TC_H_MAKE(0x10000U, 0);
autohandle        743 net/sched/sch_api.c 		if (autohandle == TC_H_MAKE(TC_H_ROOT, 0))
autohandle        744 net/sched/sch_api.c 			autohandle = TC_H_MAKE(0x80000000U, 0);
autohandle        745 net/sched/sch_api.c 		if (!qdisc_lookup(dev, autohandle))
autohandle        746 net/sched/sch_api.c 			return autohandle;