diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2020-05-29 02:25:37 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-01 20:41:12 +0200 |
commit | 0fdcf78d59737939ea449b512d02c3733a22c8e1 (patch) | |
tree | 7299c4e11d60a47c901395322f74b8c0d1f097fd /net/sched/sch_cbs.c | |
parent | net: cls_api: add tcf_block_offload_init() (diff) | |
download | linux-0fdcf78d59737939ea449b512d02c3733a22c8e1.tar.xz linux-0fdcf78d59737939ea449b512d02c3733a22c8e1.zip |
net: use flow_indr_dev_setup_offload()
Update existing frontends to use flow_indr_dev_setup_offload().
This new function must be called if ->ndo_setup_tc is unset to deal
with tunnel devices.
If there is no driver that is subscribed to new tunnel device
flow_block bindings, then this function bails out with EOPNOTSUPP.
If the driver module is removed, the ->cleanup() callback removes the
entries that belong to this tunnel device. This cleanup procedures is
triggered when the device unregisters the tunnel device offload handler.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_cbs.c')
0 files changed, 0 insertions, 0 deletions