Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilter.h664 struct bpf_binary_header { struct
1088 bpf_jit_binary_lock_ro(struct bpf_binary_header *hdr) in bpf_jit_binary_lock_ro()
1296 struct bpf_binary_header *
1300 void bpf_jit_binary_free(struct bpf_binary_header *hdr);
1305 struct bpf_binary_header *
1317 struct bpf_binary_header *
1320 struct bpf_binary_header **rw_hdr,
1323 int bpf_jit_binary_pack_finalize(struct bpf_binary_header *ro_header,
1324 struct bpf_binary_header *rw_header);
1325 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header,
[all …]
/linux/arch/loongarch/net/
H A Dbpf_jit.h28 struct bpf_binary_header *header;
29 struct bpf_binary_header *ro_header;
H A Dbpf_jit.c2176 struct bpf_binary_header *header; in bpf_int_jit_compile()
2177 struct bpf_binary_header *ro_header; in bpf_int_jit_compile()
2326 struct bpf_binary_header *hdr; in bpf_jit_free()
/linux/kernel/bpf/
H A Dcore.c1073 struct bpf_binary_header *
1078 struct bpf_binary_header *hdr; in bpf_jit_binary_alloc()
1112 void bpf_jit_binary_free(struct bpf_binary_header *hdr) in bpf_jit_binary_free()
1128 struct bpf_binary_header *
1131 struct bpf_binary_header **rw_header, in bpf_jit_binary_pack_alloc()
1135 struct bpf_binary_header *ro_header; in bpf_jit_binary_pack_alloc()
1174 int bpf_jit_binary_pack_finalize(struct bpf_binary_header *ro_header, in bpf_jit_binary_pack_finalize()
1175 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_finalize()
1200 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header, in bpf_jit_binary_pack_free()
1201 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_free()
[all …]
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c118 struct bpf_binary_header *hdr;
120 struct bpf_binary_header *fhdr;
178 struct bpf_binary_header *fhdr = NULL; in bpf_int_jit_compile()
179 struct bpf_binary_header *hdr = NULL; in bpf_int_jit_compile()
481 struct bpf_binary_header *hdr; in bpf_jit_free()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2000 struct bpf_binary_header *header;
2002 struct bpf_binary_header *ro_header;
2009 struct bpf_binary_header *header; in bpf_int_jit_compile()
2010 struct bpf_binary_header *ro_header = NULL; in bpf_int_jit_compile()
3134 struct bpf_binary_header *hdr; in bpf_jit_free()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c3707 struct bpf_binary_header *rw_header;
3708 struct bpf_binary_header *header;
3720 struct bpf_binary_header *rw_header = NULL; in bpf_int_jit_compile()
3721 struct bpf_binary_header *header = NULL; in bpf_int_jit_compile()
3935 struct bpf_binary_header *hdr; in bpf_jit_free()
/linux/arch/parisc/net/
H A Dbpf_jit.h243 struct bpf_binary_header *header;