diff options
author | Mark Brown <broonie@kernel.org> | 2018-01-08 16:54:50 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-01-08 16:54:50 +0100 |
commit | 498495dba268b20e8eadd7fe93c140c68b6cc9d2 (patch) | |
tree | 00d1562049d8bc2194fddd9ba0cbbe0812ad6f68 /include/net/fq.h | |
parent | ASoC: Intel: Skylake: Disable clock gating during firmware and library download (diff) | |
parent | ASoC: acpi: fix machine driver selection based on quirk (diff) | |
download | linux-498495dba268b20e8eadd7fe93c140c68b6cc9d2.tar.xz linux-498495dba268b20e8eadd7fe93c140c68b6cc9d2.zip |
Merge branch 'fix/intel' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel
Diffstat (limited to 'include/net/fq.h')
-rw-r--r-- | include/net/fq.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/net/fq.h b/include/net/fq.h index 6d8521a30c5c..ac944a686840 100644 --- a/include/net/fq.h +++ b/include/net/fq.h @@ -90,6 +90,13 @@ typedef void fq_skb_free_t(struct fq *, struct fq_flow *, struct sk_buff *); +/* Return %true to filter (drop) the frame. */ +typedef bool fq_skb_filter_t(struct fq *, + struct fq_tin *, + struct fq_flow *, + struct sk_buff *, + void *); + typedef struct fq_flow *fq_flow_get_default_t(struct fq *, struct fq_tin *, int idx, |