Home
last modified time | relevance | path

Searched refs:bpf_prog_pack_free (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/kernel/bpf/
Ddispatcher.c153 bpf_prog_pack_free(d->image, PAGE_SIZE); in bpf_dispatcher_change_prog()
Dcore.c984 void bpf_prog_pack_free(void *ptr, u32 size) in bpf_prog_pack_free() function
1156 bpf_prog_pack_free(ro_header, size); in bpf_jit_binary_pack_alloc()
1186 bpf_prog_pack_free(ro_header, ro_header->size); in bpf_jit_binary_pack_finalize()
1207 bpf_prog_pack_free(ro_header, size); in bpf_jit_binary_pack_free()
/linux-6.12.1/include/linux/
Dfilter.h1233 void bpf_prog_pack_free(void *ptr, u32 size);
/linux-6.12.1/arch/riscv/net/
Dbpf_jit_comp64.c1082 bpf_prog_pack_free(image, size); in arch_free_bpf_trampoline()
/linux-6.12.1/arch/arm64/net/
Dbpf_jit_comp.c2356 bpf_prog_pack_free(image, size); in arch_free_bpf_trampoline()
/linux-6.12.1/arch/x86/net/
Dbpf_jit_comp.c3157 bpf_prog_pack_free(image, size); in arch_free_bpf_trampoline()