Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A 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/arch/x86/net/
H A 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/include/linux/
H A Dfilter.h1251 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header,
/linux/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