Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_core.c211 bpf_jit_binary_pack_free(jit_data->ro_header, jit_data->header); in bpf_int_jit_compile()
275 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c2790 bpf_jit_binary_pack_free(header, rw_header); in bpf_int_jit_compile()
2919 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
/openbmc/linux/include/linux/
H A Dfilter.h1052 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header,
/openbmc/linux/kernel/bpf/
H A Dcore.c1160 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header, in bpf_jit_binary_pack_free() function