Home
last modified time | relevance | path

Searched refs:bpf_task_storage_free (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/security/bpf/
Dhooks.c15 LSM_HOOK_INIT(task_free, bpf_task_storage_free),
/linux-6.6.21/kernel/bpf/
Dbpf_task_storage.c72 void bpf_task_storage_free(struct task_struct *task) in bpf_task_storage_free() function
/linux-6.6.21/include/linux/
Dbpf.h2436 void bpf_task_storage_free(struct task_struct *task);
2679 static inline void bpf_task_storage_free(struct task_struct *task) in bpf_task_storage_free() function
/linux-6.6.21/kernel/
Dfork.c626 bpf_task_storage_free(tsk); in free_task()