Searched refs:btf_field_type (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | bpf.h | 194 enum btf_field_type { enum 250 enum btf_field_type type; 341 static inline const char *btf_field_type_name(enum btf_field_type type) in btf_field_type_name() 383 static inline u32 btf_field_type_size(enum btf_field_type type) in btf_field_type_size() 417 static inline u32 btf_field_type_align(enum btf_field_type type) in btf_field_type_align() 484 static inline bool btf_record_has_field(const struct btf_record *rec, enum btf_field_type type) in btf_record_has_field()
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 3444 enum btf_field_type type; 3458 u32 off, int sz, enum btf_field_type field_type, in btf_find_struct() 3473 enum btf_field_type type; in btf_find_kptr() 3568 enum btf_field_type head_type) in btf_find_graph_root() 3606 enum btf_field_type type; in btf_get_field_type() 3624 enum btf_field_type field_type; in btf_get_field_type()
|
| H A D | verifier.c | 8700 enum btf_field_type field_type, in check_map_field_pointer() 13130 enum btf_field_type head_field_type, in check_kfunc_is_graph_root_api() 13155 enum btf_field_type node_field_type, in check_kfunc_is_graph_node_api() 13187 enum btf_field_type head_field_type, in __process_kf_arg_ptr_to_graph_root() 13254 enum btf_field_type head_field_type, in __process_kf_arg_ptr_to_graph_node() 13255 enum btf_field_type node_field_type, in __process_kf_arg_ptr_to_graph_node()
|