|
@@ -308,7 +308,7 @@ static int tcf_ipt_walker(struct net *net, struct sk_buff *skb,
|
|
|
{
|
|
|
struct tc_action_net *tn = net_generic(net, ipt_net_id);
|
|
|
|
|
|
- return tcf_generic_walker(tn, skb, cb, type, ops);
|
|
|
+ return tcf_generic_walker(tn, skb, cb, type, ops, extack);
|
|
|
}
|
|
|
|
|
|
static int tcf_ipt_search(struct net *net, struct tc_action **a, u32 index,
|
|
@@ -358,7 +358,7 @@ static int tcf_xt_walker(struct net *net, struct sk_buff *skb,
|
|
|
{
|
|
|
struct tc_action_net *tn = net_generic(net, xt_net_id);
|
|
|
|
|
|
- return tcf_generic_walker(tn, skb, cb, type, ops);
|
|
|
+ return tcf_generic_walker(tn, skb, cb, type, ops, extack);
|
|
|
}
|
|
|
|
|
|
static int tcf_xt_search(struct net *net, struct tc_action **a, u32 index,
|