Searched defs:pktq_pempty (Results 1 – 2 of 2) sorted by relevance
91 static inline bool pktq_pempty(struct pktq *pq, int prec) in pktq_pempty() function
205 #define pktq_pempty(pq, prec) ((pq)->q[prec].len == 0) macro