Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dlsm_hook_defs.h434 LSM_HOOK(void, LSM_RET_VOID, bpf_map_free, struct bpf_map *map)
/linux-6.15/kernel/bpf/
H A Dsyscall.c851 static void bpf_map_free(struct bpf_map *map) in bpf_map_free() function
887 bpf_map_free(map); in bpf_map_free_deferred()
1557 bpf_map_free(map); in map_create()
/linux-6.15/security/
H A Dsecurity.c5766 call_void_hook(bpf_map_free, map); in security_bpf_map_free()
/linux-6.15/security/selinux/
H A Dhooks.c7435 LSM_HOOK_INIT(bpf_map_free, selinux_bpf_map_free),