Home
last modified time | relevance | path

Searched refs:bpf_struct_ops_find (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dbtf.h523 const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id);
525 static inline const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id) in bpf_struct_ops_find() function
/linux-6.12.1/kernel/sched/
Dext.c5332 st_ops_desc = bpf_struct_ops_find(btf, btf_id); in set_arg_maybe_null()
/linux-6.12.1/kernel/bpf/
Dbtf.c9197 bpf_struct_ops_find(struct btf *btf, u32 type_id) in bpf_struct_ops_find() function
Dverifier.c21769 st_ops_desc = bpf_struct_ops_find(btf, btf_id); in check_struct_ops_btf_id()