Home
last modified time | relevance | path

Searched refs:fq_flow (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_fq.c60 struct fq_flow { struct
71 struct fq_flow *next; /* next pointer in RR lists, or &detached */ argument
78 struct fq_flow *first; argument
79 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 …]