Searched defs:bpf_core_spec (Results 1 – 2 of 2) sorted by relevance
29 struct bpf_core_spec { struct30 const struct btf *btf;32 struct bpf_core_accessor spec[BPF_CORE_SPEC_MAX_LEN];34 __u32 root_type_id;36 enum bpf_core_relo_kind relo_kind;38 int len;40 int raw_spec[BPF_CORE_SPEC_MAX_LEN];42 int raw_len;44 __u32 bit_offset;
38462 struct bpf_core_spec { struct38463 const struct btf *btf;38464 struct bpf_core_accessor spec[64];38465 __u32 root_type_id;38466 enum bpf_core_relo_kind relo_kind;38467 int len;38468 int raw_spec[64];38469 int raw_len;38470 __u32 bit_offset;