Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc_raw.c102 attr.core_relo_rec_size = sizeof(*relos); in test_bad_local_id()
/linux/Documentation/bpf/
H A Dbtf.rst826 core_relo_rec_size /* __u32 value */
830 ``core_relo_rec_size`` specifies the size of ``bpf_core_relo``
/linux/include/uapi/linux/
H A Dbpf.h1566 __u32 core_relo_rec_size; /* sizeof(struct bpf_core_relo) */ member
/linux/tools/include/uapi/linux/
H A Dbpf.h1566 __u32 core_relo_rec_size; /* sizeof(struct bpf_core_relo) */ member
/linux/kernel/bpf/
H A Dverifier.c17573 rec_size = attr->core_relo_rec_size; in check_core_relo()
17593 offsetof(union bpf_attr, core_relo_rec_size), in check_core_relo()