Merge branch 'master' of git://dev.medozas.de/linux
This commit is contained in:
@@ -360,6 +360,7 @@ struct xt_table {
|
||||
struct module *me;
|
||||
|
||||
u_int8_t af; /* address/protocol family */
|
||||
int priority; /* hook order */
|
||||
|
||||
/* A unique name... */
|
||||
const char name[XT_TABLE_MAXNAMELEN];
|
||||
@@ -521,6 +522,9 @@ static inline unsigned long ifname_compare_aligned(const char *_a,
|
||||
return ret;
|
||||
}
|
||||
|
||||
extern struct nf_hook_ops *xt_hook_link(const struct xt_table *, nf_hookfn *);
|
||||
extern void xt_hook_unlink(const struct xt_table *, struct nf_hook_ops *);
|
||||
|
||||
#ifdef CONFIG_COMPAT
|
||||
#include <net/compat.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user