projects
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
[linux.git]
/
include
/
linux
/
netfilter.h
diff --git
a/include/linux/netfilter.h
b/include/linux/netfilter.h
index 0b4d4560f33d30e46c9a04ffcc3fc0f268b12892..987c74cd523cbdf8bf9799eb8e9c6512dc6808a6 100644
(file)
--- a/
include/linux/netfilter.h
+++ b/
include/linux/netfilter.h
@@
-80,7
+80,7
@@
static inline void nf_hook_state_init(struct nf_hook_state *p,
p->okfn = okfn;
}
-typedef unsigned int nf_hookfn(
const struct nf_hook_ops *ops
,
+typedef unsigned int nf_hookfn(
void *priv
,
struct sk_buff *skb,
const struct nf_hook_state *state);
This page took
0.035091 seconds
and
4
git commands to generate.