Mon, Jul 08, 2019 at 06:06:08PM CEST, pablo@xxxxxxxxxxxxx wrote: >This patch completes the flow block API to introduce: > >* flow_block_cb_priv() to accept callback private data. "accept"? That's sounds odd to me. >* flow_block_cb_incref() to bump reference counter on this flow block. >* flow_block_cb_decref() to decrement the reference counter. > >These function are taken from the existing tcf_block_cb_priv(), "functions" >tcf_block_cb_incref() and tcf_block_cb_decref(). > [...]