Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/bpf/
Dgen_loader.c940 int attr_size = offsetofend(union bpf_attr, core_relo_rec_size); in bpf_gen__prog_load()
969 attr.core_relo_rec_size = sizeof(struct bpf_core_relo); in bpf_gen__prog_load()
972 attr.core_relo_cnt * attr.core_relo_rec_size); in bpf_gen__prog_load()
/Linux-v6.6/Documentation/bpf/
Dbtf.rst797 core_relo_rec_size /* __u32 value */
801 ``core_relo_rec_size`` specifies the size of ``bpf_core_relo``
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h1449 __u32 core_relo_rec_size; /* sizeof(struct bpf_core_relo) */ member
/Linux-v6.6/include/uapi/linux/
Dbpf.h1449 __u32 core_relo_rec_size; /* sizeof(struct bpf_core_relo) */ member
/Linux-v6.6/kernel/bpf/
Dverifier.c15269 rec_size = attr->core_relo_rec_size; in check_core_relo()
15289 offsetof(union bpf_attr, core_relo_rec_size), in check_core_relo()