Searched refs:autohandle (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/sched/
H A Dsch_api.c767 static u32 autohandle = TC_H_MAKE(0x80000000U, 0); local
770 autohandle += TC_H_MAKE(0x10000U, 0);
771 if (autohandle == TC_H_MAKE(TC_H_ROOT, 0))
772 autohandle = TC_H_MAKE(0x80000000U, 0);
773 if (!qdisc_lookup(dev, autohandle))
774 return autohandle;

Completed in 116 milliseconds