Searched refs:fq_flow (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
H A D | fq_impl.h | 16 __fq_adjust_removal(struct fq *fq, struct fq_flow *flow, unsigned int packets, in __fq_adjust_removal() 41 struct fq_flow *flow, in fq_adjust_removal() 48 struct fq_flow *flow) in fq_flow_dequeue() 63 static int fq_flow_drop(struct fq *fq, struct fq_flow *flow, in fq_flow_drop() 94 struct fq_flow *flow; in fq_tin_dequeue() 108 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_dequeue() 144 static struct fq_flow *fq_flow_classify(struct fq *fq, in fq_flow_classify() 148 struct fq_flow *flow; in fq_flow_classify() 165 static struct fq_flow *fq_find_fattest_flow(struct fq *fq) in fq_find_fattest_flow() 168 struct fq_flow *flow = NULL; in fq_find_fattest_flow() [all …]
|
H A D | fq.h | 31 struct fq_flow { struct 52 struct fq_flow default_flow; 69 struct fq_flow *flows; 87 struct fq_flow *flow); 91 struct fq_flow *, 97 struct fq_flow *,
|
/linux/net/sched/ |
H A D | sch_fq.c | 69 struct fq_flow { struct 91 struct fq_flow *next; /* next pointer in RR lists */ argument 98 struct fq_flow *first; argument 99 struct fq_flow *last; 136 struct fq_flow internal; /* fastpath queue. */ 173 static void fq_flow_set_detached(struct fq_flow *f) in fq_flow_set_detached() 178 static bool fq_flow_is_detached(const struct fq_flow *f) in fq_flow_is_detached() 184 static struct fq_flow throttled; 186 static bool fq_flow_is_throttled(const struct fq_flow *f) in fq_flow_is_throttled() 196 static void fq_flow_add_tail(struct fq_sched_data *q, struct fq_flow *flow, in fq_flow_add_tail() [all …]
|
/linux/net/mac80211/ |
H A D | tx.c | 1364 struct fq_flow *flow; in codel_dequeue_func() 1394 struct fq_flow *flow) in fq_tin_dequeue_func() 1432 struct fq_flow *flow, in fq_skb_free_func() 1470 struct fq_flow *flow, struct sk_buff *skb, in fq_vlan_filter_func() 3406 struct fq_flow *flow; in ieee80211_amsdu_aggregate()
|