Searched refs:cb_ident (Results 1 – 1 of 1) sorted by relevance
| /net/core/ |
| A D | flow_offload.c | 262 void *cb_ident, void *cb_priv, in flow_block_cb_alloc() argument 272 block_cb->cb_ident = cb_ident; in flow_block_cb_alloc() 290 flow_setup_cb_t *cb, void *cb_ident) in flow_block_cb_lookup() argument 296 block_cb->cb_ident == cb_ident) in flow_block_cb_lookup() 322 bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident, in flow_block_cb_is_busy() argument 329 block_cb->cb_ident == cb_ident) in flow_block_cb_is_busy() 340 void *cb_ident, void *cb_priv, in flow_block_cb_setup_simple() argument 353 if (flow_block_cb_is_busy(cb, cb_ident, driver_block_list)) in flow_block_cb_setup_simple() 356 block_cb = flow_block_cb_alloc(cb, cb_ident, cb_priv, NULL); in flow_block_cb_setup_simple() 364 block_cb = flow_block_cb_lookup(f->block, cb, cb_ident); in flow_block_cb_setup_simple() [all …]
|
Completed in 6 milliseconds