Symbol: bpf_binary_header
arch/arc/net/bpf_jit_core.c
101
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
2153
struct bpf_binary_header *header;
arch/arm64/net/bpf_jit_comp.c
2074
struct bpf_binary_header *header;
arch/arm64/net/bpf_jit_comp.c
2076
struct bpf_binary_header *ro_header;
arch/arm64/net/bpf_jit_comp.c
2083
struct bpf_binary_header *header;
arch/arm64/net/bpf_jit_comp.c
2084
struct bpf_binary_header *ro_header = NULL;
arch/arm64/net/bpf_jit_comp.c
3222
struct bpf_binary_header *hdr;
arch/loongarch/net/bpf_jit.c
2204
struct bpf_binary_header *header;
arch/loongarch/net/bpf_jit.c
2205
struct bpf_binary_header *ro_header;
arch/loongarch/net/bpf_jit.c
2355
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
914
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
178
struct bpf_binary_header *fhdr = NULL;
arch/powerpc/net/bpf_jit_comp.c
179
struct bpf_binary_header *hdr = NULL;
arch/powerpc/net/bpf_jit_comp.c
481
struct bpf_binary_header *hdr;
arch/riscv/net/bpf_jit.h
95
struct bpf_binary_header *header;
arch/riscv/net/bpf_jit.h
96
struct bpf_binary_header *ro_header;
arch/riscv/net/bpf_jit_core.c
228
struct bpf_binary_header *hdr;
arch/s390/net/bpf_jit_comp.c
2293
struct bpf_binary_header *header;
arch/s390/net/bpf_jit_comp.c
2298
static struct bpf_binary_header *bpf_jit_alloc(struct bpf_jit *jit,
arch/s390/net/bpf_jit_comp.c
2301
struct bpf_binary_header *header;
arch/s390/net/bpf_jit_comp.c
2342
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
1483
struct bpf_binary_header *header;
arch/x86/net/bpf_jit_comp.c
3840
struct bpf_binary_header *rw_header;
arch/x86/net/bpf_jit_comp.c
3841
struct bpf_binary_header *header;
arch/x86/net/bpf_jit_comp.c
3853
struct bpf_binary_header *rw_header = NULL;
arch/x86/net/bpf_jit_comp.c
3854
struct bpf_binary_header *header = NULL;
arch/x86/net/bpf_jit_comp.c
4075
struct bpf_binary_header *hdr;
arch/x86/net/bpf_jit_comp32.c
2523
struct bpf_binary_header *header = NULL;
include/linux/filter.h
1111
bpf_jit_binary_lock_ro(struct bpf_binary_header *hdr)
include/linux/filter.h
1329
struct bpf_binary_header *
include/linux/filter.h
1333
void bpf_jit_binary_free(struct bpf_binary_header *hdr);
include/linux/filter.h
1338
struct bpf_binary_header *
include/linux/filter.h
1350
struct bpf_binary_header *
include/linux/filter.h
1353
struct bpf_binary_header **rw_hdr,
include/linux/filter.h
1357
int bpf_jit_binary_pack_finalize(struct bpf_binary_header *ro_header,
include/linux/filter.h
1358
struct bpf_binary_header *rw_header);
include/linux/filter.h
1359
void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header,
include/linux/filter.h
1360
struct bpf_binary_header *rw_header);
kernel/bpf/core.c
1128
struct bpf_binary_header *
kernel/bpf/core.c
1133
struct bpf_binary_header *hdr;
kernel/bpf/core.c
1167
void bpf_jit_binary_free(struct bpf_binary_header *hdr)
kernel/bpf/core.c
1183
struct bpf_binary_header *
kernel/bpf/core.c
1186
struct bpf_binary_header **rw_header,
kernel/bpf/core.c
1191
struct bpf_binary_header *ro_header;
kernel/bpf/core.c
1230
int bpf_jit_binary_pack_finalize(struct bpf_binary_header *ro_header,
kernel/bpf/core.c
1231
struct bpf_binary_header *rw_header)
kernel/bpf/core.c
1256
void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header,
kernel/bpf/core.c
1257
struct bpf_binary_header *rw_header)
kernel/bpf/core.c
1266
struct bpf_binary_header *
kernel/bpf/core.c
1276
static inline struct bpf_binary_header *
kernel/bpf/core.c
1293
struct bpf_binary_header *hdr = bpf_jit_binary_hdr(fp);