Home
last modified time | relevance | path

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

/include/net/
Dfq.h31 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 *,
Dfq_impl.h16 __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 *flow = NULL; in fq_find_fattest_flow()
[all …]