Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dbpf_struct_ops.c230 const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id) in bpf_struct_ops_find() function
Dverifier.c19718 st_ops = bpf_struct_ops_find(btf_id); in check_struct_ops_btf_id()
/linux-6.6.21/include/linux/
Dbpf.h1642 const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id);
1685 static inline const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id) in bpf_struct_ops_find() function