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
1375
struct fq_flow *flow;
net/mac80211/tx.c
1405
struct fq_flow *flow)
net/mac80211/tx.c
1436
struct fq_flow *flow,
net/mac80211/tx.c
1475
struct fq_flow *flow, struct sk_buff *skb,
net/mac80211/tx.c
3474
struct fq_flow *flow;
net/sched/sch_fq.c
137
struct fq_flow internal; /* fastpath queue. */
net/sched/sch_fq.c
1399
sizeof(struct fq_flow),
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_rb_insert(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
241
static void fq_flow_set_throttled(struct fq_sched_data *q, struct fq_flow *f)
net/sched/sch_fq.c
254
static bool fq_gc_candidate(const struct fq_flow *f)
net/sched/sch_fq.c
264
struct fq_flow *f, *tofree = NULL;
net/sched/sch_fq.c
273
f = rb_entry(parent, struct fq_flow, fq_node);
net/sched/sch_fq.c
356
static struct fq_flow *fq_classify(struct Qdisc *sch, struct sk_buff *skb,
net/sched/sch_fq.c
363
struct fq_flow *f;
net/sched/sch_fq.c
414
f = rb_entry(parent, struct fq_flow, fq_node);
net/sched/sch_fq.c
465
static struct sk_buff *fq_peek(struct fq_flow *flow)
net/sched/sch_fq.c
481
static void fq_erase_head(struct Qdisc *sch, struct fq_flow *flow,
net/sched/sch_fq.c
498
static void fq_dequeue_skb(struct Qdisc *sch, struct fq_flow *flow,
net/sched/sch_fq.c
508
static void flow_queue_add(struct fq_flow *flow, struct sk_buff *skb)
net/sched/sch_fq.c
546
static void fq_flow_adjust_timer(struct fq_sched_data *q, struct fq_flow *flow,
net/sched/sch_fq.c
554
q->time_next_delayed_flow = p ? rb_entry(p, struct fq_flow, rate_node)->time_next_packet : ~0ULL;
net/sched/sch_fq.c
598
struct fq_flow *f;
net/sched/sch_fq.c
684
struct fq_flow *f = rb_entry(p, struct fq_flow, rate_node);
net/sched/sch_fq.c
711
struct fq_flow *f;
net/sched/sch_fq.c
839
static void fq_flow_purge(struct fq_flow *flow)
net/sched/sch_fq.c
860
struct fq_flow *f;
net/sched/sch_fq.c
874
f = rb_entry(p, struct fq_flow, fq_node);
net/sched/sch_fq.c
899
struct fq_flow *of, *nf;
net/sched/sch_fq.c
907
of = rb_entry(op, 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
920
nf = rb_entry(parent, struct fq_flow, fq_node);
net/sched/sch_fq.c
98
struct fq_flow *first;
net/sched/sch_fq.c
99
struct fq_flow *last;