Searched refs:bpf_hdr (Results 1 – 1 of 1) sorted by relevance
1088 struct bpf_binary_header *bpf_hdr; in bpf_int_jit_compile() local1121 bpf_hdr = jit_data->header; in bpf_int_jit_compile()1170 bpf_hdr = bpf_jit_binary_alloc(alloclen, &image, 4, in bpf_int_jit_compile()1172 if (!bpf_hdr) { in bpf_int_jit_compile()1227 bpf_flush_icache(bpf_hdr, (u8 *)bpf_hdr + (bpf_hdr->pages * PAGE_SIZE)); in bpf_int_jit_compile()1239 jit_data->header = bpf_hdr; in bpf_int_jit_compile()1253 struct bpf_binary_header *bpf_hdr = (void *)addr; in bpf_jit_free() local1256 bpf_jit_binary_free(bpf_hdr); in bpf_jit_free()