Home
last modified time | relevance | path

Searched refs:fq_flow (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/net/
Dfq_impl.h15 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 …]
Dfq.h29 struct fq_flow { struct
68 struct fq_flow *flows;
84 struct fq_flow *flow);
88 struct fq_flow *,
94 struct fq_flow *,
98 typedef struct fq_flow *fq_flow_get_default_t(struct fq *,
/Linux-v5.10/net/sched/
Dsch_fq.c68 struct fq_flow { struct
85 struct fq_flow *next; /* next pointer in RR lists */ argument
92 struct fq_flow *first; argument
93 struct fq_flow *last;
106 struct fq_flow internal; /* for non classified or high prio packets */
144 static void fq_flow_set_detached(struct fq_flow *f) in fq_flow_set_detached()
149 static bool fq_flow_is_detached(const struct fq_flow *f) in fq_flow_is_detached()
155 static struct fq_flow throttled;
157 static bool fq_flow_is_throttled(const struct fq_flow *f) in fq_flow_is_throttled()
162 static void fq_flow_add_tail(struct fq_flow_head *head, struct fq_flow *flow) in fq_flow_add_tail()
[all …]
/Linux-v5.10/net/mac80211/
Dtx.c1318 struct fq_flow *flow; in codel_dequeue_func()
1348 struct fq_flow *flow) in fq_tin_dequeue_func()
1386 struct fq_flow *flow, in fq_skb_free_func()
1395 static struct fq_flow *fq_flow_get_default_func(struct fq *fq, in fq_flow_get_default_func()
1424 struct fq_flow *flow, struct sk_buff *skb, in fq_vlan_filter_func()
3265 struct fq_flow *flow; in ieee80211_amsdu_aggregate()
Dieee80211_i.h854 struct fq_flow def_flow;