diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2003-04-27 12:28:47 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-04-27 12:28:47 -0700 |
| commit | ce0041ef255121563bab8b747c1440c1bbf93ddf (patch) | |
| tree | 123967aebfb5f491257e5b638597c49563364049 /include/linux | |
| parent | 90c1d5ebfecd53b5aac187777988d577b3f2e19c (diff) | |
[NETFILTER]: Add owner field to nf_hook_ops.
Adds an owner field to nf_hook_ops, and use it to hold the hook in place
for queued packets.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netfilter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h index b1ae5446b0e2..3f3f29f11ad8 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h @@ -47,6 +47,7 @@ struct nf_hook_ops /* User fills in from here down. */ nf_hookfn *hook; + struct module *owner; int pf; int hooknum; /* Hooks are ordered in ascending priority. */ |
