Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dlsm_hook_defs.h429 LSM_HOOK(void, LSM_RET_VOID, bpf_map_free, struct bpf_map *map)
/linux-6.12.1/kernel/bpf/
Dsyscall.c738 static void bpf_map_free(struct bpf_map *map) in bpf_map_free() function
768 bpf_map_free(map); in bpf_map_free_deferred()
1422 bpf_map_free(map); in map_create()
/linux-6.12.1/security/
Dsecurity.c5731 call_void_hook(bpf_map_free, map); in security_bpf_map_free()
/linux-6.12.1/security/selinux/
Dhooks.c7311 LSM_HOOK_INIT(bpf_map_free, selinux_bpf_map_free),