Symbol: fq_flow
include/net/fq.h
52
struct fq_flow default_flow;
include/net/fq.h
69
struct fq_flow *flows;
include/net/fq.h
91
struct fq_flow *,
include/net/fq.h
97
struct fq_flow *,
include/net/fq_impl.h
108
flow = list_first_entry(head, struct fq_flow, flowchain);
include/net/fq_impl.h
144
static struct fq_flow *fq_flow_classify(struct fq *fq,
include/net/fq_impl.h
148
struct fq_flow *flow;
include/net/fq_impl.h
16
__fq_adjust_removal(struct fq *fq, struct fq_flow *flow, unsigned int packets,
include/net/fq_impl.h
165
static struct fq_flow *fq_find_fattest_flow(struct fq *fq)
include/net/fq_impl.h
168
struct fq_flow *flow = NULL;
include/net/fq_impl.h
173
struct fq_flow *cur = &fq->flows[i];
include/net/fq_impl.h
202
struct fq_flow *flow;
include/net/fq_impl.h
253
struct fq_flow *flow,
include/net/fq_impl.h
279
struct fq_flow *flow;
include/net/fq_impl.h
290
struct fq_flow *flow,
include/net/fq_impl.h
316
struct fq_flow *flow;
include/net/fq_impl.h
326
flow = list_first_entry(head, struct fq_flow, flowchain);
include/net/fq_impl.h
335
static void fq_flow_init(struct fq_flow *flow)
include/net/fq_impl.h
41
struct fq_flow *flow,
include/net/fq_impl.h
48
struct fq_flow *flow)
include/net/fq_impl.h
63
static int fq_flow_drop(struct fq *fq, struct fq_flow *flow,
include/net/fq_impl.h
94
struct fq_flow *flow;
net/mac80211/tx.c
1372
struct fq_flow *flow;
net/mac80211/tx.c
1402
struct fq_flow *flow)
net/mac80211/tx.c
1433
struct fq_flow *flow,
net/mac80211/tx.c
1472
struct fq_flow *flow, struct sk_buff *skb,
net/mac80211/tx.c
3412
struct fq_flow *flow;
net/sched/sch_fq.c
1344
sizeof(struct fq_flow),
net/sched/sch_fq.c
137
struct fq_flow internal; /* fastpath queue. */
net/sched/sch_fq.c
174
static void fq_flow_set_detached(struct fq_flow *f)
net/sched/sch_fq.c
179
static bool fq_flow_is_detached(const struct fq_flow *f)
net/sched/sch_fq.c
185
static struct fq_flow throttled;
net/sched/sch_fq.c
187
static bool fq_flow_is_throttled(const struct fq_flow *f)
net/sched/sch_fq.c
197
static void fq_flow_add_tail(struct fq_sched_data *q, struct fq_flow *flow,
net/sched/sch_fq.c
213
static void fq_flow_unset_throttled(struct fq_sched_data *q, struct fq_flow *f)
net/sched/sch_fq.c
220
static void fq_flow_set_throttled(struct fq_sched_data *q, struct fq_flow *f)
net/sched/sch_fq.c
225
struct fq_flow *aux;
net/sched/sch_fq.c
228
aux = rb_entry(parent, struct fq_flow, rate_node);
net/sched/sch_fq.c
250
static bool fq_gc_candidate(const struct fq_flow *f)
net/sched/sch_fq.c
260
struct fq_flow *f, *tofree = NULL;
net/sched/sch_fq.c
269
f = rb_entry(parent, struct fq_flow, fq_node);
net/sched/sch_fq.c
352
static struct fq_flow *fq_classify(struct Qdisc *sch, struct sk_buff *skb,
net/sched/sch_fq.c
359
struct fq_flow *f;
net/sched/sch_fq.c
410
f = rb_entry(parent, struct fq_flow, fq_node);
net/sched/sch_fq.c
461
static struct sk_buff *fq_peek(struct fq_flow *flow)
net/sched/sch_fq.c
477
static void fq_erase_head(struct Qdisc *sch, struct fq_flow *flow,
net/sched/sch_fq.c
494
static void fq_dequeue_skb(struct Qdisc *sch, struct fq_flow *flow,
net/sched/sch_fq.c
504
static void flow_queue_add(struct fq_flow *flow, struct sk_buff *skb)
net/sched/sch_fq.c
548
struct fq_flow *f;
net/sched/sch_fq.c
629
struct fq_flow *f = rb_entry(p, struct fq_flow, rate_node);
net/sched/sch_fq.c
656
struct fq_flow *f;
net/sched/sch_fq.c
784
static void fq_flow_purge(struct fq_flow *flow)
net/sched/sch_fq.c
805
struct fq_flow *f;
net/sched/sch_fq.c
819
f = rb_entry(p, struct fq_flow, fq_node);
net/sched/sch_fq.c
844
struct fq_flow *of, *nf;
net/sched/sch_fq.c
852
of = rb_entry(op, struct fq_flow, fq_node);
net/sched/sch_fq.c
865
nf = rb_entry(parent, struct fq_flow, fq_node);
net/sched/sch_fq.c
91
struct fq_flow *next; /* next pointer in RR lists */
net/sched/sch_fq.c
98
struct fq_flow *first;
net/sched/sch_fq.c
99
struct fq_flow *last;