task_ls_map
v = bpf_task_storage_get(&task_ls_map, task, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE);
v = bpf_task_storage_get(&task_ls_map, current, NULL, 0);
v = bpf_task_storage_get(&task_ls_map, current, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE);
v = bpf_task_storage_get(&task_ls_map, current, NULL, 0);
v = bpf_task_storage_get(&task_ls_map, current, NULL, 0);
return bpf_task_storage_delete(&task_ls_map, current);
} task_ls_map SEC(".maps");