Symbol: bpf_binary_header
arch/arc/net/bpf_jit_core.c
104
struct bpf_binary_header *bpf_header;
arch/arc/net/bpf_jit_core.c
74
struct bpf_binary_header *bpf_header;
arch/arm/net/bpf_jit_32.c
2148
struct bpf_binary_header *header;
arch/arm64/net/bpf_jit_comp.c
2003
struct bpf_binary_header *header;
arch/arm64/net/bpf_jit_comp.c
2005
struct bpf_binary_header *ro_header;
arch/arm64/net/bpf_jit_comp.c
2013
struct bpf_binary_header *header;
arch/arm64/net/bpf_jit_comp.c
2014
struct bpf_binary_header *ro_header = NULL;
arch/arm64/net/bpf_jit_comp.c
3175
struct bpf_binary_header *hdr;
arch/loongarch/net/bpf_jit.c
1930
struct bpf_binary_header *header;
arch/loongarch/net/bpf_jit.c
1931
struct bpf_binary_header *ro_header;
arch/loongarch/net/bpf_jit.c
2105
struct bpf_binary_header *hdr;
arch/loongarch/net/bpf_jit.h
28
struct bpf_binary_header *header;
arch/loongarch/net/bpf_jit.h
29
struct bpf_binary_header *ro_header;
arch/mips/net/bpf_jit_comp.c
915
struct bpf_binary_header *header = NULL;
arch/parisc/net/bpf_jit.h
243
struct bpf_binary_header *header;
arch/powerpc/net/bpf_jit_comp.c
118
struct bpf_binary_header *hdr;
arch/powerpc/net/bpf_jit_comp.c
120
struct bpf_binary_header *fhdr;
arch/powerpc/net/bpf_jit_comp.c
143
struct bpf_binary_header *fhdr = NULL;
arch/powerpc/net/bpf_jit_comp.c
144
struct bpf_binary_header *hdr = NULL;
arch/powerpc/net/bpf_jit_comp.c
421
struct bpf_binary_header *hdr;
arch/riscv/net/bpf_jit.h
96
struct bpf_binary_header *header;
arch/riscv/net/bpf_jit.h
97
struct bpf_binary_header *ro_header;
arch/riscv/net/bpf_jit_core.c
251
struct bpf_binary_header *hdr;
arch/s390/net/bpf_jit_comp.c
2252
struct bpf_binary_header *header;
arch/s390/net/bpf_jit_comp.c
2257
static struct bpf_binary_header *bpf_jit_alloc(struct bpf_jit *jit,
arch/s390/net/bpf_jit_comp.c
2260
struct bpf_binary_header *header;
arch/s390/net/bpf_jit_comp.c
2302
struct bpf_binary_header *header;
arch/sparc/net/bpf_jit_comp_64.c
1475
struct bpf_binary_header *header;
arch/sparc/net/bpf_jit_comp_64.c
1484
struct bpf_binary_header *header;
arch/x86/net/bpf_jit_comp.c
3705
struct bpf_binary_header *rw_header;
arch/x86/net/bpf_jit_comp.c
3706
struct bpf_binary_header *header;
arch/x86/net/bpf_jit_comp.c
3718
struct bpf_binary_header *rw_header = NULL;
arch/x86/net/bpf_jit_comp.c
3719
struct bpf_binary_header *header = NULL;
arch/x86/net/bpf_jit_comp.c
3962
struct bpf_binary_header *hdr;
arch/x86/net/bpf_jit_comp32.c
2523
struct bpf_binary_header *header = NULL;
include/linux/filter.h
1089
bpf_jit_binary_lock_ro(struct bpf_binary_header *hdr)
include/linux/filter.h
1272
struct bpf_binary_header *
include/linux/filter.h
1276
void bpf_jit_binary_free(struct bpf_binary_header *hdr);
include/linux/filter.h
1281
struct bpf_binary_header *
include/linux/filter.h
1293
struct bpf_binary_header *
include/linux/filter.h
1296
struct bpf_binary_header **rw_hdr,
include/linux/filter.h
1299
int bpf_jit_binary_pack_finalize(struct bpf_binary_header *ro_header,
include/linux/filter.h
1300
struct bpf_binary_header *rw_header);
include/linux/filter.h
1301
void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header,
include/linux/filter.h
1302
struct bpf_binary_header *rw_header);
kernel/bpf/core.c
1074
struct bpf_binary_header *
kernel/bpf/core.c
1079
struct bpf_binary_header *hdr;
kernel/bpf/core.c
1113
void bpf_jit_binary_free(struct bpf_binary_header *hdr)
kernel/bpf/core.c
1129
struct bpf_binary_header *
kernel/bpf/core.c
1132
struct bpf_binary_header **rw_header,
kernel/bpf/core.c
1136
struct bpf_binary_header *ro_header;
kernel/bpf/core.c
1175
int bpf_jit_binary_pack_finalize(struct bpf_binary_header *ro_header,
kernel/bpf/core.c
1176
struct bpf_binary_header *rw_header)
kernel/bpf/core.c
1201
void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header,
kernel/bpf/core.c
1202
struct bpf_binary_header *rw_header)
kernel/bpf/core.c
1211
struct bpf_binary_header *
kernel/bpf/core.c
1221
static inline struct bpf_binary_header *
kernel/bpf/core.c
1238
struct bpf_binary_header *hdr = bpf_jit_binary_hdr(fp);