Searched refs:bpf_header (Results 1 – 1 of 1) sorted by relevance
74 struct bpf_binary_header *bpf_header; member104 struct bpf_binary_header *bpf_header; member232 if (!ctx->success && ctx->bpf_header) { in jit_ctx_cleanup()233 bpf_jit_binary_free(ctx->bpf_header); in jit_ctx_cleanup()234 ctx->bpf_header = NULL; in jit_ctx_cleanup()1135 ctx->bpf_header = bpf_jit_binary_alloc(ctx->jit.len, &ctx->jit.buf, in jit_prepare_final_mem_alloc()1137 if (!ctx->bpf_header) { in jit_prepare_final_mem_alloc()1227 ctx->jit_data->bpf_header = ctx->bpf_header; in jit_finalize()1235 if (bpf_jit_binary_lock_ro(ctx->bpf_header)) { in jit_finalize()1239 flush_icache_range((unsigned long)ctx->bpf_header, in jit_finalize()[all …]