Home
last modified time | relevance | path

Searched refs:cb_list (Results 1 – 5 of 5) sorted by relevance

/include/net/
Dflow_offload.h477 struct list_head cb_list; member
489 struct list_head cb_list; member
546 list_add_tail(&block_cb->list, &offload->cb_list); in flow_block_cb_add()
552 list_move(&block_cb->list, &offload->cb_list); in flow_block_cb_remove()
559 list_move(&block_cb->list, &offload->cb_list); in flow_indr_block_cb_remove()
619 INIT_LIST_HEAD(&flow_block->cb_list); in flow_block_init()
/include/drm/
Ddrm_syncobj.h55 struct list_head cb_list; member
/include/linux/
Ddma-fence.h85 struct list_head cb_list; member
Dblkdev.h1031 struct list_head cb_list; /* md requires an unplug callback */ member
/include/net/netfilter/
Dnf_flow_table.h244 list_add_tail(&block_cb->list, &block->cb_list); in nf_flow_table_offload_add_cb()