Searched refs:fq_flow (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/net/ |
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 *, 101 typedef struct fq_flow *fq_flow_get_default_t(struct fq *,
|
A D | fq_impl.h | 41 struct fq_flow *flow, in fq_adjust_removal() 48 struct fq_flow *flow) in fq_flow_dequeue() 94 struct fq_flow *flow; in fq_tin_dequeue() 148 struct fq_flow *flow; in fq_flow_classify() 168 struct fq_flow *flow = NULL; in fq_find_fattest_flow() 173 struct fq_flow *cur = &fq->flows[i]; in fq_find_fattest_flow() 202 struct fq_flow *flow; in fq_tin_enqueue() 253 struct fq_flow *flow, in fq_flow_filter() 279 struct fq_flow *flow; in fq_tin_filter() 290 struct fq_flow *flow, in fq_flow_reset() [all …]
|
/linux-6.3-rc2/net/sched/ |
A D | sch_fq.c | 68 struct fq_flow { struct 92 struct fq_flow *first; argument 93 struct fq_flow *last; 184 struct fq_flow *aux; in fq_flow_set_throttled() 223 struct fq_flow *f; in fq_gc() 266 struct fq_flow *f; in fq_classify() 446 struct fq_flow *f; in fq_enqueue() 516 struct fq_flow *f = rb_entry(p, struct fq_flow, rate_node); in fq_check_throttled() 531 struct fq_flow *f; in fq_dequeue() 667 struct fq_flow *f; in fq_reset() [all …]
|
/linux-6.3-rc2/net/mac80211/ |
A D | tx.c | 1382 struct fq_flow *flow; in codel_dequeue_func() 1412 struct fq_flow *flow) in fq_tin_dequeue_func() 1450 struct fq_flow *flow, in fq_skb_free_func() 1488 struct fq_flow *flow, struct sk_buff *skb, in fq_vlan_filter_func() 3379 struct fq_flow *flow; in ieee80211_amsdu_aggregate()
|
Completed in 17 milliseconds