Searched refs:SHAPERCB (Results 1 – 1 of 1) sorted by relevance
98 #define SHAPERCB(skb) ((struct shaper_cb *) ((skb)->cb)) macro178 SHAPERCB(skb)->shapelatency=0; in shaper_qframe()179 SHAPERCB(skb)->shapeclock=shaper->recovery; in shaper_qframe()180 if(time_before(SHAPERCB(skb)->shapeclock, jiffies)) in shaper_qframe()181 SHAPERCB(skb)->shapeclock=jiffies; in shaper_qframe()183 SHAPERCB(skb)->shapestamp=jiffies; in shaper_qframe()189 SHAPERCB(skb)->shapelen= shaper_clocks(shaper,skb); in shaper_qframe()196 && jiffies - SHAPERCB(ptr)->shapeclock < SHAPER_MAXSLIP) in shaper_qframe()205 SHAPERCB(ptr)->shapeclock+=SHAPERCB(skb)->shapelen; in shaper_qframe()206 SHAPERCB(ptr)->shapelatency+=SHAPERCB(skb)->shapelen; in shaper_qframe()[all …]