|
@@ -334,7 +334,7 @@ static __net_init int ipt_init_net(struct net *net)
|
|
|
{
|
|
|
struct tc_action_net *tn = net_generic(net, ipt_net_id);
|
|
|
|
|
|
- return tc_action_net_init(tn, &act_ipt_ops);
|
|
|
+ return tc_action_net_init(tn, &act_ipt_ops, net);
|
|
|
}
|
|
|
|
|
|
static void __net_exit ipt_exit_net(struct net *net)
|
|
@@ -384,7 +384,7 @@ static __net_init int xt_init_net(struct net *net)
|
|
|
{
|
|
|
struct tc_action_net *tn = net_generic(net, xt_net_id);
|
|
|
|
|
|
- return tc_action_net_init(tn, &act_xt_ops);
|
|
|
+ return tc_action_net_init(tn, &act_xt_ops, net);
|
|
|
}
|
|
|
|
|
|
static void __net_exit xt_exit_net(struct net *net)
|