Wed, Jul 10, 2019 at 09:36:52AM CEST, j...@resnulli.us wrote:
>Tue, Jul 09, 2019 at 10:55:43PM CEST, pa...@netfilter.org wrote:
>
>[...]
>
>
>>@@ -176,6 +176,7 @@ struct flow_block_cb *flow_block_cb_alloc(struct net
>>*net, tc_setup_cb_t *cb,
>> if (!block_cb)
>> return ERR_PTR(-
Tue, Jul 09, 2019 at 10:55:43PM CEST, pa...@netfilter.org wrote:
[...]
>@@ -176,6 +176,7 @@ struct flow_block_cb *flow_block_cb_alloc(struct net *net,
>tc_setup_cb_t *cb,
> if (!block_cb)
> return ERR_PTR(-ENOMEM);
>
>+ block_cb->net = net;
> block_cb->cb = cb;
>