Home
last modified time | relevance | path

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

/linux/arch/x86/net/
H A Dbpf_jit_comp.c3706 if (WARN_ON(bpf_jit_binary_pack_finalize(header, rw_header))) { in bpf_int_jit_compile()
3792 bpf_jit_binary_pack_finalize(jit_data->header, in bpf_jit_free()
/linux/include/linux/
H A Dfilter.h1279 int bpf_jit_binary_pack_finalize(struct bpf_binary_header *ro_header,
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2147 if (WARN_ON(bpf_jit_binary_pack_finalize(ro_header, header))) { in bpf_int_jit_compile()
/linux/kernel/bpf/
H A Dcore.c1188 int bpf_jit_binary_pack_finalize(struct bpf_binary_header *ro_header, in bpf_jit_binary_pack_finalize() function