Searched refs:cb_list_head (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/xilinx/ |
H A D | xlnx_event_manager.c | 66 * @cb_list_head: Head of call back data list which contain the information 74 struct list_head cb_list_head; member 116 INIT_LIST_HEAD(&eve_data->cb_list_head); in xlnx_add_cb_for_notify_event() 127 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_notify_event() 133 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_add_cb_for_notify_event() 147 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_notify_event() 173 INIT_LIST_HEAD(&eve_data->cb_list_head); in xlnx_add_cb_for_suspend() 182 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_suspend() 203 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend() 240 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, lis in xlnx_remove_cb_for_notify_event() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | flow_offload.h | 447 struct list_head *cb_list_head; member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | flow_offload.c | 527 info->cb_list = bo->cb_list_head; in indir_dev_add()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | flow_offload.h | 509 struct list_head *cb_list_head; member
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_tables_offload.c | 350 bo->cb_list_head = &basechain->flow_block.cb_list; in nft_flow_block_offload_init()
|
H A D | nf_flow_table_offload.c | 945 bo->cb_list_head = &flowtable->flow_block.cb_list; in nf_flow_table_block_offload_init()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | flow_offload.c | 585 info->cb_list = bo->cb_list_head; in indir_dev_add()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_tables_offload.c | 379 bo->cb_list_head = &basechain->flow_block.cb_list; in nft_flow_block_offload_init()
|
H A D | nf_flow_table_offload.c | 1137 bo->cb_list_head = &flowtable->flow_block.cb_list; in nf_flow_table_block_offload_init()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 637 bo->cb_list_head = &flow_block->cb_list; in tcf_block_offload_init()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 761 bo->cb_list_head = &flow_block->cb_list; in tcf_block_offload_init()
|
Completed in 21 milliseconds