Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
3f1c81ff
Commit
3f1c81ff
authored
Jul 18, 2005
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[EMATCH]: Kill TCF_META_ID_TCCLASSID reference from meta ematch as well.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
6876f95f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
net/sched/em_meta.c
net/sched/em_meta.c
+0
-6
No files found.
net/sched/em_meta.c
View file @
3f1c81ff
...
...
@@ -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
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment