Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dbtf.h529 const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id);
531 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.14.4/kernel/bpf/
Dbtf.c9346 bpf_struct_ops_find(struct btf *btf, u32 type_id) in bpf_struct_ops_find() function
Dverifier.c22434 st_ops_desc = bpf_struct_ops_find(btf, btf_id); in check_struct_ops_btf_id()