Searched refs:fq_flow (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A 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 * in fq_recalc_backlog() [all...] |
H A D | fq.h | 13 * struct fq_flow - per traffic flow queue 22 * @backlogchain: can be linked to other fq_flow and fq. Used to keep track of 29 struct fq_flow { struct 44 * @new_flows: linked list of fq_flow 45 * @old_flows: linked list of fq_flow 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_ [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | fq.h | 17 * struct fq_flow - per traffic flow queue 31 struct fq_flow { struct 45 * @new_flows: linked list of fq_flow 46 * @old_flows: linked list of fq_flow 52 struct fq_flow default_flow; 69 struct fq_flow *flows; 87 struct fq_flow *flow); 91 struct fq_flow *, 97 struct fq_flow *,
|
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 *flo in fq_find_fattest_flow() [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_fq.c | 68 struct fq_flow { struct 85 struct fq_flow *next; /* next pointer in RR lists */ 92 struct fq_flow *first; 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 *flo [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_fq.c | 68 struct fq_flow { struct 85 struct fq_flow *next; /* next pointer in RR lists */ 92 struct fq_flow *first; 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 *flo [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | tx.c | 1319 struct fq_flow *flow; in codel_dequeue_func() 1349 struct fq_flow *flow) in fq_tin_dequeue_func() 1387 struct fq_flow *flow, in fq_skb_free_func() 1396 static struct fq_flow *fq_flow_get_default_func(struct fq *fq, in fq_flow_get_default_func() 1425 struct fq_flow *flow, struct sk_buff *skb, in fq_vlan_filter_func() 3292 struct fq_flow *flow; in ieee80211_amsdu_aggregate()
|
H A D | ieee80211_i.h | 855 * a fq_flow which is already owned by a different tin 863 struct fq_flow def_flow;
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | tx.c | 1366 struct fq_flow *flow; in codel_dequeue_func() 1396 struct fq_flow *flow) in fq_tin_dequeue_func() 1434 struct fq_flow *flow, in fq_skb_free_func() 1472 struct fq_flow *flow, struct sk_buff *skb, in fq_vlan_filter_func() 3386 struct fq_flow *flow; in ieee80211_amsdu_aggregate()
|
Completed in 22 milliseconds