diff options
author | Jamal Hadi Salim <jhs@mojatatu.com> | 2022-09-19 13:06:27 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-09-21 18:32:33 -0700 |
commit | 1d14b30b5a5e52da93467af7c1dca08f124186df (patch) | |
tree | c57344a9b99e963a23153f46e32b1e4f475b08be /include/net | |
parent | cdf49fff10fd4a617a4331a2911097ac65290f7a (diff) | |
download | lwn-1d14b30b5a5e52da93467af7c1dca08f124186df.tar.gz lwn-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/net')
-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; - }; }; }; |