netfilter: add struct net * to target parameters
[deliverable/linux.git] / include / linux / netfilter / x_tables.h
index 026eb78ee83c9235efda57193544ac1b64df7772..365fabe1b16e627e0430e8e5ef480eccadd0a697 100644 (file)
@@ -249,6 +249,7 @@ struct xt_target_param {
  * Other fields see above.
  */
 struct xt_tgchk_param {
+       struct net *net;
        const char *table;
        const void *entryinfo;
        const struct xt_target *target;
@@ -259,6 +260,7 @@ struct xt_tgchk_param {
 
 /* Target destructor parameters */
 struct xt_tgdtor_param {
+       struct net *net;
        const struct xt_target *target;
        void *targinfo;
        u_int8_t family;
This page took 0.026774 seconds and 5 git commands to generate.