Lines Matching refs:bpf_binary_header
1080 struct bpf_binary_header *
1085 struct bpf_binary_header *hdr; in bpf_jit_binary_alloc()
1119 void bpf_jit_binary_free(struct bpf_binary_header *hdr) in bpf_jit_binary_free()
1135 struct bpf_binary_header *
1138 struct bpf_binary_header **rw_header, in bpf_jit_binary_pack_alloc()
1142 struct bpf_binary_header *ro_header; in bpf_jit_binary_pack_alloc()
1181 int bpf_jit_binary_pack_finalize(struct bpf_binary_header *ro_header, in bpf_jit_binary_pack_finalize()
1182 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_finalize()
1207 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header, in bpf_jit_binary_pack_free()
1208 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_free()
1217 struct bpf_binary_header *
1227 static inline struct bpf_binary_header *
1244 struct bpf_binary_header *hdr = bpf_jit_binary_hdr(fp); in bpf_jit_free()