Searched refs:fq_flow (Results 1 – 1 of 1) sorted by relevance
60 struct fq_flow { struct71 struct fq_flow *next; /* next pointer in RR lists, or &detached */ argument78 struct fq_flow *first; argument79 struct fq_flow *last;90 struct fq_flow internal; /* for non classified or high prio packets */116 static struct fq_flow detached, throttled;118 static void fq_flow_set_detached(struct fq_flow *f) in fq_flow_set_detached()124 static bool fq_flow_is_detached(const struct fq_flow *f) in fq_flow_is_detached()129 static void fq_flow_set_throttled(struct fq_sched_data *q, struct fq_flow *f) in fq_flow_set_throttled()134 struct fq_flow *aux; in fq_flow_set_throttled()[all …]