Home
last modified time | relevance | path

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

/Linux-v5.15/security/bpf/
Dhooks.c15 LSM_HOOK_INIT(task_free, bpf_task_storage_free),
/Linux-v5.15/kernel/bpf/
Dbpf_task_storage.c70 void bpf_task_storage_free(struct task_struct *task) in bpf_task_storage_free() function
/Linux-v5.15/include/linux/
Dbpf.h1675 void bpf_task_storage_free(struct task_struct *task);
1883 static inline void bpf_task_storage_free(struct task_struct *task) in bpf_task_storage_free() function
/Linux-v5.15/kernel/
Dfork.c753 bpf_task_storage_free(tsk); in __put_task_struct()