Lines Matching defs:fq
14 static void fq_adjust_removal(struct fq *fq, in fq_adjust_removal()
27 static void fq_rejigger_backlog(struct fq *fq, struct fq_flow *flow) in fq_rejigger_backlog()
45 static struct sk_buff *fq_flow_dequeue(struct fq *fq, in fq_flow_dequeue()
62 static struct sk_buff *fq_tin_dequeue(struct fq *fq, in fq_tin_dequeue()
109 static u32 fq_flow_idx(struct fq *fq, struct sk_buff *skb) in fq_flow_idx()
116 static struct fq_flow *fq_flow_classify(struct fq *fq, in fq_flow_classify()
138 static void fq_recalc_backlog(struct fq *fq, in fq_recalc_backlog()
156 static void fq_tin_enqueue(struct fq *fq, in fq_tin_enqueue()
208 static void fq_flow_filter(struct fq *fq, in fq_flow_filter()
231 static void fq_tin_filter(struct fq *fq, in fq_tin_filter()
247 static void fq_flow_reset(struct fq *fq, in fq_flow_reset()
267 static void fq_tin_reset(struct fq *fq, in fq_tin_reset()
303 static int fq_init(struct fq *fq, int flows_cnt) in fq_init()
325 static void fq_reset(struct fq *fq, in fq_reset()