Searched refs:GRED_VQ_MASK (Results 1 – 1 of 1) sorted by relevance
26 #define GRED_VQ_MASK (MAX_DPs - 1) macro125 return skb->tc_index & GRED_VQ_MASK; in tc_index_to_dp()191 skb->tc_index = (skb->tc_index & ~GRED_VQ_MASK) | dp; in gred_enqueue()