Home
last modified time | relevance | path

Searched refs:bpf_core_field_exists (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_existence.c47 out->a_exists = bpf_core_field_exists(in->a); in test_core_existence()
48 if (bpf_core_field_exists(struct core_reloc_existence, a)) in test_core_existence()
53 out->b_exists = bpf_core_field_exists(in->b); in test_core_existence()
54 if (bpf_core_field_exists(struct core_reloc_existence, b)) in test_core_existence()
59 out->c_exists = bpf_core_field_exists(in->c); in test_core_existence()
60 if (bpf_core_field_exists(struct core_reloc_existence, c)) in test_core_existence()
65 out->arr_exists = bpf_core_field_exists(in->arr); in test_core_existence()
66 if (bpf_core_field_exists(struct core_reloc_existence, arr)) in test_core_existence()
71 out->s_exists = bpf_core_field_exists(in->s); in test_core_existence()
72 if (bpf_core_field_exists(struct core_reloc_existence, s)) in test_core_existence()
H A Dtest_core_reloc_module.c60 out->buf_exists = bpf_core_field_exists(read_ctx->buf); in BPF_PROG()
61 out->off_exists = bpf_core_field_exists(read_ctx->off); in BPF_PROG()
62 out->len_exists = bpf_core_field_exists(read_ctx->len); in BPF_PROG()
94 out->buf_exists = bpf_core_field_exists(read_ctx->buf); in BPF_PROG()
95 out->off_exists = bpf_core_field_exists(read_ctx->off); in BPF_PROG()
96 out->len_exists = bpf_core_field_exists(read_ctx->len); in BPF_PROG()
H A Dmptcp_sock.c49 is_mptcp = bpf_core_field_exists(tsk->is_mptcp) ? tsk->is_mptcp : 0; in _sockops()
H A Dprofiler.inc.h237 if (bpf_core_field_exists(node52->id.ino)) { in get_inode_from_kernfs()
284 if (bpf_core_field_exists(root_kernfs->iattr->ia_mtime)) { in populate_cgroup_info()
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dcore_fixes.bpf.h28 if (bpf_core_field_exists(t->__state)) in get_task_state()
51 if (bpf_core_field_exists(b->bi_bdev)) in get_gendisk()
107 if (bpf_core_field_exists(r->rq_disk)) in get_disk()
134 if (bpf_core_field_exists(struct renamedata___x, old_mnt_userns)) in renamedata_has_old_mnt_userns_field()
141 if (bpf_core_field_exists(struct renamedata___x, new_mnt_idmap)) in renamedata_has_new_mnt_idmap_field()
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/tests/bin/src/
Drunqslower.bpf.c73 if (bpf_core_field_exists(t->__state)) in get_task_state()
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dbpf_core_read.h186 #define bpf_core_field_exists(field...) \ macro
/aosp_15_r20/external/libbpf/src/
H A Dbpf_core_read.h186 #define bpf_core_field_exists(field...) \ macro