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

/linux-master/include/linux/
H A Dbtf.h510 const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id);
512 static inline const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id) function
/linux-master/kernel/bpf/
H A Dbtf.c8925 bpf_struct_ops_find(struct btf *btf, u32 type_id) function
H A Dverifier.c20698 st_ops_desc = bpf_struct_ops_find(btf, btf_id);

Completed in 231 milliseconds