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