Searched refs:btf_field_type (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | bpf.h | 199 enum btf_field_type { enum 255 enum btf_field_type type; 346 static inline const char *btf_field_type_name(enum btf_field_type type) in btf_field_type_name() 388 static inline u32 btf_field_type_size(enum btf_field_type type) in btf_field_type_size() 422 static inline u32 btf_field_type_align(enum btf_field_type type) in btf_field_type_align() 489 static inline bool btf_record_has_field(const struct btf_record *rec, enum btf_field_type type) in btf_record_has_field() 496 static inline bool btf_field_is_nmi_safe(enum btf_field_type type) in btf_field_is_nmi_safe()
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 3449 enum btf_field_type type; 3463 u32 off, int sz, enum btf_field_type field_type, in btf_find_struct() 3536 enum btf_field_type type = 0; in btf_find_kptr() 3620 enum btf_field_type head_type) in btf_find_graph_root() 3658 enum btf_field_type type; in btf_get_field_type() 3676 enum btf_field_type field_type; in btf_get_field_type()
|
| H A D | verifier.c | 7411 enum btf_field_type field_type, in check_map_field_pointer() 12336 enum btf_field_type head_field_type, in check_kfunc_is_graph_root_api() 12361 enum btf_field_type node_field_type, in check_kfunc_is_graph_node_api() 12395 enum btf_field_type head_field_type, in __process_kf_arg_ptr_to_graph_root() 12462 enum btf_field_type head_field_type, in __process_kf_arg_ptr_to_graph_node() 12463 enum btf_field_type node_field_type, in __process_kf_arg_ptr_to_graph_node()
|