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>
This commit is contained in:

committed by
David S. Miller

parent
0c7294ddae
commit
a732331151
@@ -1514,7 +1514,7 @@ void tcf_block_put(struct tcf_block *block)
|
||||
EXPORT_SYMBOL(tcf_block_put);
|
||||
|
||||
static int
|
||||
tcf_block_playback_offloads(struct tcf_block *block, tc_setup_cb_t *cb,
|
||||
tcf_block_playback_offloads(struct tcf_block *block, flow_setup_cb_t *cb,
|
||||
void *cb_priv, bool add, bool offload_in_use,
|
||||
struct netlink_ext_ack *extack)
|
||||
{
|
||||
|
Reference in New Issue
Block a user