Searched defs:flowq (Results 1 – 2 of 2) sorted by relevance
112 struct flowq { struct114 union {119 } __fq_pktq_u;121 uint32_t fq_flowhash; /* Flow hash */122 uint32_t fq_bytes; /* Number of bytes in the queue */123 int32_t fq_deficit; /* Deficit for scheduling */124 fq_if_group_t *fq_group; /* Back pointer to the group */149 SLIST_ENTRY(flowq) fq_hashlink; /* for flow queue hash table */ argument154 STAILQ_ENTRY(flowq) fq_actlink; /* for new/old flow queues */ argument165 typedef struct flowq fq_t; argument
169 fq_detect_dequeue_stall(fq_if_t *fqs, fq_t *flowq, fq_if_classq_t *fq_cl, in fq_detect_dequeue_stall()