projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6876f95
)
[EMATCH]: Kill TCF_META_ID_TCCLASSID reference from meta ematch as well.
author
David S. Miller
<davem@davemloft.net>
Tue, 19 Jul 2005 00:10:55 +0000
(17:10 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 19 Jul 2005 00:10:55 +0000
(17:10 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/em_meta.c
patch
|
blob
|
blame
|
history
diff --git
a/net/sched/em_meta.c
b/net/sched/em_meta.c
index 53d98f8d3d8091b2243a2cbb6b23515f18911622..feefcbfd03d01a81db0f49f3a4cedf928780cfa0 100644
(file)
--- a/
net/sched/em_meta.c
+++ b/
net/sched/em_meta.c
@@
-250,11
+250,6
@@
META_COLLECTOR(int_tcverd)
{
dst->value = skb->tc_verd;
}
-
-META_COLLECTOR(int_tcclassid)
-{
- dst->value = skb->tc_classid;
-}
#endif
/**************************************************************************
@@
-529,7
+524,6
@@
static struct meta_ops __meta_ops[TCF_META_TYPE_MAX+1][TCF_META_ID_MAX+1] = {
[META_ID(TCINDEX)] = META_FUNC(int_tcindex),
#ifdef CONFIG_NET_CLS_ACT
[META_ID(TCVERDICT)] = META_FUNC(int_tcverd),
- [META_ID(TCCLASSID)] = META_FUNC(int_tcclassid),
#endif
#ifdef CONFIG_NET_CLS_ROUTE
[META_ID(RTCLASSID)] = META_FUNC(int_rtclassid),