commit | 14bfb13f0ed525ed117b5d1f3e77e7c0a6be15de | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Jul 19 18:20:16 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 19 21:27:45 2019 -0700 |
tree | 3f61f0c8d27bce01c1dde2d7f52226539f221113 | |
parent | a7323311515d488b7714bb7504a1d50fabb0bfcf [diff] |
net: flow_offload: add flow_block structure and use it This object stores the flow block callbacks that are attached to this block. Update flow_block_cb_lookup() to take this new object. This patch restores the block sharing feature. Fixes: da3eeb904ff4 ("net: flow_offload: add list handling functions") 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>