Home
last modified time | relevance | path

Searched refs:btf_field_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/
Dbpf.h182 enum btf_field_type { enum
219 enum btf_field_type type;
302 static inline const char *btf_field_type_name(enum btf_field_type type) in btf_field_type_name()
328 static inline u32 btf_field_type_size(enum btf_field_type type) in btf_field_type_size()
354 static inline u32 btf_field_type_align(enum btf_field_type type) in btf_field_type_align()
408 static inline bool btf_record_has_field(const struct btf_record *rec, enum btf_field_type type) in btf_record_has_field()
/linux-6.6.21/kernel/bpf/
Dbtf.c3247 enum btf_field_type type;
3261 u32 off, int sz, enum btf_field_type field_type, in btf_find_struct()
3276 enum btf_field_type type; in btf_find_kptr()
3337 enum btf_field_type head_type) in btf_find_graph_root()
Dverifier.c11050 enum btf_field_type head_field_type, in check_kfunc_is_graph_root_api()
11075 enum btf_field_type node_field_type, in check_kfunc_is_graph_node_api()
11105 enum btf_field_type head_field_type, in __process_kf_arg_ptr_to_graph_root()
11172 enum btf_field_type head_field_type, in __process_kf_arg_ptr_to_graph_node()
11173 enum btf_field_type node_field_type, in __process_kf_arg_ptr_to_graph_node()