Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/net/
Dbpf_jit_comp.c66 struct bpf_binary_header *bpf_hdr; in bpf_int_jit_compile() local
101 bpf_hdr = jit_data->header; in bpf_int_jit_compile()
159 bpf_hdr = bpf_jit_binary_alloc(alloclen, &image, 4, bpf_jit_fill_ill_insns); in bpf_int_jit_compile()
160 if (!bpf_hdr) { in bpf_int_jit_compile()
178 bpf_jit_binary_free(bpf_hdr); in bpf_int_jit_compile()
206 bpf_flush_icache(bpf_hdr, (u8 *)bpf_hdr + bpf_hdr->size); in bpf_int_jit_compile()
208 bpf_jit_binary_lock_ro(bpf_hdr); in bpf_int_jit_compile()
219 jit_data->header = bpf_hdr; in bpf_int_jit_compile()