Home
last modified time | relevance | path

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

/linux-6.14.4/arch/riscv/net/
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.14.4/arch/powerpc/net/
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.14.4/arch/arm64/net/
Dbpf_jit_comp.c1957 bpf_jit_binary_pack_free(ro_header, header); in bpf_int_jit_compile()
2712 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
/linux-6.14.4/arch/x86/net/
Dbpf_jit_comp.c3524 bpf_jit_binary_pack_free(header, rw_header); in bpf_int_jit_compile()
3673 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
/linux-6.14.4/include/linux/
Dfilter.h1251 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header,
/linux-6.14.4/kernel/bpf/
Dcore.c1207 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header, in bpf_jit_binary_pack_free() function