diff options
| author | 2022-09-19 13:06:27 +0000 | |
|---|---|---|
| committer | 2022-09-21 18:32:33 -0700 | |
| commit | 1d14b30b5a5e52da93467af7c1dca08f124186df (patch) | |
| tree | c57344a9b99e963a23153f46e32b1e4f475b08be /include | |
| parent | Merge branch 'clean-up-ocelot_reset-routine' (diff) | |
| download | linux-dev-1d14b30b5a5e52da93467af7c1dca08f124186df.tar.xz linux-dev-1d14b30b5a5e52da93467af7c1dca08f124186df.zip | |
net: sched: remove unused tcf_result extension
Added by:
commit e5cf1baf92cb ("act_mirred: use TC_ACT_REINSERT when possible")
but no longer useful.
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Link: https://lore.kernel.org/r/20220919130627.3551233-1-jhs@mojatatu.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/sch_generic.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index 7dc83400bde4..32819299937d 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h @@ -326,11 +326,6 @@ struct tcf_result { }; const struct tcf_proto *goto_tp; - /* used in the skb_tc_reinsert function */ - struct { - bool ingress; - struct gnet_stats_queue *qstats; - }; }; }; |
