Searched refs:bpf_hdr (Results 1 – 1 of 1) sorted by relevance
134 struct bpf_binary_header *bpf_hdr; in bpf_int_jit_compile() local169 bpf_hdr = jit_data->header; in bpf_int_jit_compile()225 bpf_hdr = bpf_jit_binary_alloc(alloclen, &image, 4, bpf_jit_fill_ill_insns); in bpf_int_jit_compile()226 if (!bpf_hdr) { in bpf_int_jit_compile()260 bpf_jit_binary_free(bpf_hdr); in bpf_int_jit_compile()289 bpf_flush_icache(bpf_hdr, (u8 *)bpf_hdr + bpf_hdr->size); in bpf_int_jit_compile()291 bpf_jit_binary_lock_ro(bpf_hdr); in bpf_int_jit_compile()302 jit_data->header = bpf_hdr; in bpf_int_jit_compile()