Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
af756e9d
Commit
af756e9d
authored
Feb 14, 2011
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
parents
ac096642
de9963f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
net/netfilter/core.c
net/netfilter/core.c
+2
-1
No files found.
net/netfilter/core.c
View file @
af756e9d
...
...
@@ -133,6 +133,7 @@ unsigned int nf_iterate(struct list_head *head,
/* Optimization: we don't need to hold module
reference here, since function can't sleep. --RR */
repeat:
verdict
=
elem
->
hook
(
hook
,
skb
,
indev
,
outdev
,
okfn
);
if
(
verdict
!=
NF_ACCEPT
)
{
#ifdef CONFIG_NETFILTER_DEBUG
...
...
@@ -145,7 +146,7 @@ unsigned int nf_iterate(struct list_head *head,
#endif
if
(
verdict
!=
NF_REPEAT
)
return
verdict
;
*
i
=
(
*
i
)
->
prev
;
goto
repeat
;
}
}
return
NF_ACCEPT
;
...
...
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