diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2019-07-19 18:20:15 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-20 06:27:45 +0200 |
commit | a7323311515d488b7714bb7504a1d50fabb0bfcf (patch) | |
tree | 2c8cc0d76d96d0c758015d3059b3ddce315cb80e /net/sched/cls_matchall.c | |
parent | net: flow_offload: remove netns parameter from flow_block_cb_alloc() (diff) | |
download | linux-a7323311515d488b7714bb7504a1d50fabb0bfcf.tar.xz linux-a7323311515d488b7714bb7504a1d50fabb0bfcf.zip |
net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t
Rename this type definition and adapt users.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/cls_matchall.c')
-rw-r--r-- | net/sched/cls_matchall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_matchall.c b/net/sched/cls_matchall.c index a30d2f8feb32..455ea2793f9b 100644 --- a/net/sched/cls_matchall.c +++ b/net/sched/cls_matchall.c @@ -282,7 +282,7 @@ skip: arg->count++; } -static int mall_reoffload(struct tcf_proto *tp, bool add, tc_setup_cb_t *cb, +static int mall_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) { struct cls_mall_head *head = rtnl_dereference(tp->root); |