Searched refs:fq_flow (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/net/ |
D | fq_impl.h | 16 struct fq_flow *flow, in fq_adjust_removal() 28 static void fq_rejigger_backlog(struct fq *fq, struct fq_flow *flow) in fq_rejigger_backlog() 30 struct fq_flow *i; in fq_rejigger_backlog() 47 struct fq_flow *flow) in fq_flow_dequeue() 67 struct fq_flow *flow; in fq_tin_dequeue() 81 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_dequeue() 110 static struct fq_flow *fq_flow_classify(struct fq *fq, in fq_flow_classify() 115 struct fq_flow *flow; in fq_flow_classify() 139 struct fq_flow *flow) in fq_recalc_backlog() 141 struct fq_flow *i; in fq_recalc_backlog() [all …]
|
D | fq.h | 30 struct fq_flow { struct 69 struct fq_flow *flows; 86 struct fq_flow *flow); 90 struct fq_flow *, 96 struct fq_flow *, 100 typedef struct fq_flow *fq_flow_get_default_t(struct fq *,
|
/Linux-v4.19/net/sched/ |
D | sch_fq.c | 60 struct fq_flow { struct 71 struct fq_flow *next; /* next pointer in RR lists, or &detached */ argument 78 struct fq_flow *first; argument 79 struct fq_flow *last; 91 struct fq_flow internal; /* for non classified or high prio packets */ 118 static struct fq_flow detached, throttled; 120 static void fq_flow_set_detached(struct fq_flow *f) in fq_flow_set_detached() 126 static bool fq_flow_is_detached(const struct fq_flow *f) in fq_flow_is_detached() 131 static bool fq_flow_is_throttled(const struct fq_flow *f) in fq_flow_is_throttled() 136 static void fq_flow_add_tail(struct fq_flow_head *head, struct fq_flow *flow) in fq_flow_add_tail() [all …]
|
/Linux-v4.19/net/mac80211/ |
D | tx.c | 1300 struct fq_flow *flow; in codel_dequeue_func() 1330 struct fq_flow *flow) in fq_tin_dequeue_func() 1368 struct fq_flow *flow, in fq_skb_free_func() 1377 static struct fq_flow *fq_flow_get_default_func(struct fq *fq, in fq_flow_get_default_func() 1402 struct fq_flow *flow, struct sk_buff *skb, in fq_vlan_filter_func() 3173 struct fq_flow *flow; in ieee80211_amsdu_aggregate()
|
D | ieee80211_i.h | 834 struct fq_flow def_flow;
|