Searched refs:fq_flow (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/net/ |
D | fq_impl.h | 15 struct fq_flow *flow, in fq_adjust_removal() 27 static void fq_rejigger_backlog(struct fq *fq, struct fq_flow *flow) in fq_rejigger_backlog() 29 struct fq_flow *i; in fq_rejigger_backlog() 46 struct fq_flow *flow) in fq_flow_dequeue() 66 struct fq_flow *flow; in fq_tin_dequeue() 80 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_dequeue() 116 static struct fq_flow *fq_flow_classify(struct fq *fq, in fq_flow_classify() 121 struct fq_flow *flow; in fq_flow_classify() 140 struct fq_flow *flow) in fq_recalc_backlog() 142 struct fq_flow *i; in fq_recalc_backlog() [all …]
|
D | fq.h | 29 struct fq_flow { struct 68 struct fq_flow *flows; 85 struct fq_flow *flow); 89 struct fq_flow *, 95 struct fq_flow *, 99 typedef struct fq_flow *fq_flow_get_default_t(struct fq *,
|
/Linux-v5.4/net/sched/ |
D | sch_fq.c | 68 struct fq_flow { struct 80 struct fq_flow *next; /* next pointer in RR lists, or &detached */ argument 87 struct fq_flow *first; argument 88 struct fq_flow *last; 100 struct fq_flow internal; /* for non classified or high prio packets */ 128 static struct fq_flow detached, throttled; 130 static void fq_flow_set_detached(struct fq_flow *f) in fq_flow_set_detached() 136 static bool fq_flow_is_detached(const struct fq_flow *f) in fq_flow_is_detached() 141 static bool fq_flow_is_throttled(const struct fq_flow *f) in fq_flow_is_throttled() 146 static void fq_flow_add_tail(struct fq_flow_head *head, struct fq_flow *flow) in fq_flow_add_tail() [all …]
|
/Linux-v5.4/net/mac80211/ |
D | tx.c | 1305 struct fq_flow *flow; in codel_dequeue_func() 1335 struct fq_flow *flow) in fq_tin_dequeue_func() 1373 struct fq_flow *flow, in fq_skb_free_func() 1382 static struct fq_flow *fq_flow_get_default_func(struct fq *fq, in fq_flow_get_default_func() 1411 struct fq_flow *flow, struct sk_buff *skb, in fq_vlan_filter_func() 3219 struct fq_flow *flow; in ieee80211_amsdu_aggregate()
|
D | ieee80211_i.h | 842 struct fq_flow def_flow;
|