Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/net/
H A Dbpf_jit_core.c213 bpf_jit_binary_pack_free(jit_data->ro_header, jit_data->header); in bpf_int_jit_compile()
264 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c269 bpf_jit_binary_pack_free(fhdr, hdr); in bpf_int_jit_compile()
426 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
/linux-6.15/arch/arm64/net/
H A Dbpf_jit_comp.c2087 bpf_jit_binary_pack_free(ro_header, header); in bpf_int_jit_compile()
2843 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c3657 bpf_jit_binary_pack_free(header, rw_header); in bpf_int_jit_compile()
3806 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
/linux-6.15/include/linux/
H A Dfilter.h1271 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header,
/linux-6.15/kernel/bpf/
H A Dcore.c1207 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header, in bpf_jit_binary_pack_free() function