diff options
author | David S. Miller <davem@davemloft.net> | 2005-07-18 20:10:55 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-07-18 20:10:55 -0400 |
commit | 3f1c81ff10187396e6d0fd01df82ab0cec256c96 (patch) | |
tree | a94aa26eee1a29dcc0f909a504915efafeb79d05 /net/sched/em_meta.c | |
parent | 6876f95f201ce2d62367d85dd793c1fee351d7a6 (diff) |
[EMATCH]: Kill TCF_META_ID_TCCLASSID reference from meta ematch as well.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/em_meta.c')
-rw-r--r-- | net/sched/em_meta.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/sched/em_meta.c b/net/sched/em_meta.c index 53d98f8d3d80..feefcbfd03d0 100644 --- a/net/sched/em_meta.c +++ b/net/sched/em_meta.c | |||
@@ -250,11 +250,6 @@ META_COLLECTOR(int_tcverd) | |||
250 | { | 250 | { |
251 | dst->value = skb->tc_verd; | 251 | dst->value = skb->tc_verd; |
252 | } | 252 | } |
253 | |||
254 | META_COLLECTOR(int_tcclassid) | ||
255 | { | ||
256 | dst->value = skb->tc_classid; | ||
257 | } | ||
258 | #endif | 253 | #endif |
259 | 254 | ||
260 | /************************************************************************** | 255 | /************************************************************************** |
@@ -529,7 +524,6 @@ static struct meta_ops __meta_ops[TCF_META_TYPE_MAX+1][TCF_META_ID_MAX+1] = { | |||
529 | [META_ID(TCINDEX)] = META_FUNC(int_tcindex), | 524 | [META_ID(TCINDEX)] = META_FUNC(int_tcindex), |
530 | #ifdef CONFIG_NET_CLS_ACT | 525 | #ifdef CONFIG_NET_CLS_ACT |
531 | [META_ID(TCVERDICT)] = META_FUNC(int_tcverd), | 526 | [META_ID(TCVERDICT)] = META_FUNC(int_tcverd), |
532 | [META_ID(TCCLASSID)] = META_FUNC(int_tcclassid), | ||
533 | #endif | 527 | #endif |
534 | #ifdef CONFIG_NET_CLS_ROUTE | 528 | #ifdef CONFIG_NET_CLS_ROUTE |
535 | [META_ID(RTCLASSID)] = META_FUNC(int_rtclassid), | 529 | [META_ID(RTCLASSID)] = META_FUNC(int_rtclassid), |