fq_flow            68 include/net/fq.h 	struct fq_flow *flows;
fq_flow            89 include/net/fq.h 			   struct fq_flow *,
fq_flow            95 include/net/fq.h 			     struct fq_flow *,
fq_flow            99 include/net/fq.h typedef struct fq_flow *fq_flow_get_default_t(struct fq *,
fq_flow            15 include/net/fq_impl.h 			      struct fq_flow *flow,
fq_flow            27 include/net/fq_impl.h static void fq_rejigger_backlog(struct fq *fq, struct fq_flow *flow)
fq_flow            29 include/net/fq_impl.h 	struct fq_flow *i;
fq_flow            46 include/net/fq_impl.h 				       struct fq_flow *flow)
fq_flow            66 include/net/fq_impl.h 	struct fq_flow *flow;
fq_flow            80 include/net/fq_impl.h 	flow = list_first_entry(head, struct fq_flow, flowchain);
fq_flow           116 include/net/fq_impl.h static struct fq_flow *fq_flow_classify(struct fq *fq,
fq_flow           121 include/net/fq_impl.h 	struct fq_flow *flow;
fq_flow           140 include/net/fq_impl.h 			      struct fq_flow *flow)
fq_flow           142 include/net/fq_impl.h 	struct fq_flow *i;
fq_flow           162 include/net/fq_impl.h 	struct fq_flow *flow;
fq_flow           188 include/net/fq_impl.h 						struct fq_flow,
fq_flow           209 include/net/fq_impl.h 			   struct fq_flow *flow,
fq_flow           237 include/net/fq_impl.h 	struct fq_flow *flow;
fq_flow           248 include/net/fq_impl.h 			  struct fq_flow *flow,
fq_flow           272 include/net/fq_impl.h 	struct fq_flow *flow;
fq_flow           282 include/net/fq_impl.h 		flow = list_first_entry(head, struct fq_flow, flowchain);
fq_flow           290 include/net/fq_impl.h static void fq_flow_init(struct fq_flow *flow)
fq_flow           842 net/mac80211/ieee80211_i.h 	struct fq_flow def_flow;
fq_flow          1311 net/mac80211/tx.c 	struct fq_flow *flow;
fq_flow          1341 net/mac80211/tx.c 					   struct fq_flow *flow)
fq_flow          1379 net/mac80211/tx.c 			     struct fq_flow *flow,
fq_flow          1388 net/mac80211/tx.c static struct fq_flow *fq_flow_get_default_func(struct fq *fq,
fq_flow          1417 net/mac80211/tx.c 				struct fq_flow *flow, struct sk_buff *skb,
fq_flow          3234 net/mac80211/tx.c 	struct fq_flow *flow;
fq_flow            80 net/sched/sch_fq.c 	struct fq_flow *next;		/* next pointer in RR lists, or &detached */
fq_flow            87 net/sched/sch_fq.c 	struct fq_flow *first;
fq_flow            88 net/sched/sch_fq.c 	struct fq_flow *last;
fq_flow           100 net/sched/sch_fq.c 	struct fq_flow	internal;	/* for non classified or high prio packets */
fq_flow           128 net/sched/sch_fq.c static struct fq_flow detached, throttled;
fq_flow           130 net/sched/sch_fq.c static void fq_flow_set_detached(struct fq_flow *f)
fq_flow           136 net/sched/sch_fq.c static bool fq_flow_is_detached(const struct fq_flow *f)
fq_flow           141 net/sched/sch_fq.c static bool fq_flow_is_throttled(const struct fq_flow *f)
fq_flow           146 net/sched/sch_fq.c static void fq_flow_add_tail(struct fq_flow_head *head, struct fq_flow *flow)
fq_flow           156 net/sched/sch_fq.c static void fq_flow_unset_throttled(struct fq_sched_data *q, struct fq_flow *f)
fq_flow           163 net/sched/sch_fq.c static void fq_flow_set_throttled(struct fq_sched_data *q, struct fq_flow *f)
fq_flow           168 net/sched/sch_fq.c 		struct fq_flow *aux;
fq_flow           171 net/sched/sch_fq.c 		aux = rb_entry(parent, struct fq_flow, rate_node);
fq_flow           195 net/sched/sch_fq.c static bool fq_gc_candidate(const struct fq_flow *f)
fq_flow           205 net/sched/sch_fq.c 	struct fq_flow *f, *tofree[FQ_GC_MAX];
fq_flow           214 net/sched/sch_fq.c 		f = rb_entry(parent, struct fq_flow, fq_node);
fq_flow           234 net/sched/sch_fq.c 		struct fq_flow *f = tofree[--fcnt];
fq_flow           241 net/sched/sch_fq.c static struct fq_flow *fq_classify(struct sk_buff *skb, struct fq_sched_data *q)
fq_flow           246 net/sched/sch_fq.c 	struct fq_flow *f;
fq_flow           293 net/sched/sch_fq.c 		f = rb_entry(parent, struct fq_flow, fq_node);
fq_flow           344 net/sched/sch_fq.c static struct sk_buff *fq_peek(struct fq_flow *flow)
fq_flow           360 net/sched/sch_fq.c static void fq_erase_head(struct Qdisc *sch, struct fq_flow *flow,
fq_flow           372 net/sched/sch_fq.c static struct sk_buff *fq_dequeue_head(struct Qdisc *sch, struct fq_flow *flow)
fq_flow           386 net/sched/sch_fq.c static void flow_queue_add(struct fq_flow *flow, struct sk_buff *skb)
fq_flow           424 net/sched/sch_fq.c 	struct fq_flow *f;
fq_flow           472 net/sched/sch_fq.c 		struct fq_flow *f = rb_entry(p, struct fq_flow, rate_node);
fq_flow           487 net/sched/sch_fq.c 	struct fq_flow *f;
fq_flow           602 net/sched/sch_fq.c static void fq_flow_purge(struct fq_flow *flow)
fq_flow           623 net/sched/sch_fq.c 	struct fq_flow *f;
fq_flow           637 net/sched/sch_fq.c 			f = rb_entry(p, struct fq_flow, fq_node);
fq_flow           659 net/sched/sch_fq.c 	struct fq_flow *of, *nf;
fq_flow           667 net/sched/sch_fq.c 			of = rb_entry(op, struct fq_flow, fq_node);
fq_flow           680 net/sched/sch_fq.c 				nf = rb_entry(parent, struct fq_flow, fq_node);
fq_flow           984 net/sched/sch_fq.c 					   sizeof(struct fq_flow),