Home
last modified time | relevance | path

Searched refs:core_relo_rec_size (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/tools/lib/bpf/
Dgen_loader.c938 int attr_size = offsetofend(union bpf_attr, core_relo_rec_size); in bpf_gen__prog_load()
967 attr.core_relo_rec_size = sizeof(struct bpf_core_relo); in bpf_gen__prog_load()
970 attr.core_relo_cnt * attr.core_relo_rec_size); in bpf_gen__prog_load()
/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h1392 __u32 core_relo_rec_size; /* sizeof(struct bpf_core_relo) */ member
/Linux-v6.1/include/uapi/linux/
Dbpf.h1392 __u32 core_relo_rec_size; /* sizeof(struct bpf_core_relo) */ member
/Linux-v6.1/kernel/bpf/
Dsyscall.c2461 #define BPF_PROG_LOAD_LAST_FIELD core_relo_rec_size
Dverifier.c11272 rec_size = attr->core_relo_rec_size; in check_core_relo()
11292 offsetof(union bpf_attr, core_relo_rec_size), in check_core_relo()