Lines Matching refs:__u32
11 __u32 id;
24 __u32 type_id; /* struct/union type or array element type */
25 __u32 idx; /* field index or array index */
34 __u32 root_type_id;
44 __u32 bit_offset;
65 __u32 orig_sz;
66 __u32 orig_type_id;
67 __u32 new_sz;
68 __u32 new_type_id;
71 int __bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id,
72 const struct btf *targ_btf, __u32 targ_id, int level);
73 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id,
74 const struct btf *targ_btf, __u32 targ_id);
75 int __bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf,
76 __u32 targ_id, bool behind_ptr, int level);
77 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf,
78 __u32 targ_id);