Lines Matching defs:fq
16 __fq_adjust_removal(struct fq *fq, struct fq_flow *flow, unsigned int packets, in __fq_adjust_removal()
40 static void fq_adjust_removal(struct fq *fq, in fq_adjust_removal()
47 static struct sk_buff *fq_flow_dequeue(struct fq *fq, in fq_flow_dequeue()
63 static int fq_flow_drop(struct fq *fq, struct fq_flow *flow, in fq_flow_drop()
90 static struct sk_buff *fq_tin_dequeue(struct fq *fq, in fq_tin_dequeue()
137 static u32 fq_flow_idx(struct fq *fq, struct sk_buff *skb) in fq_flow_idx()
144 static struct fq_flow *fq_flow_classify(struct fq *fq, in fq_flow_classify()
165 static struct fq_flow *fq_find_fattest_flow(struct fq *fq) in fq_find_fattest_flow()
197 static void fq_tin_enqueue(struct fq *fq, in fq_tin_enqueue()
252 static void fq_flow_filter(struct fq *fq, in fq_flow_filter()
273 static void fq_tin_filter(struct fq *fq, in fq_tin_filter()
289 static void fq_flow_reset(struct fq *fq, in fq_flow_reset()
311 static void fq_tin_reset(struct fq *fq, in fq_tin_reset()
349 static int fq_init(struct fq *fq, int flows_cnt) in fq_init()
378 static void fq_reset(struct fq *fq, in fq_reset()