Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbpf_struct_ops.c324 int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff) in bpf_struct_ops_supported() function
427 if (!func_proto || bpf_struct_ops_supported(st_ops, moff)) in bpf_struct_ops_desc_init()
H A Dverifier.c22967 err = bpf_struct_ops_supported(st_ops, member_off); in check_struct_ops_btf_id()
/linux-6.15/include/linux/
H A Dbpf.h1898 int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff);
1955 static inline int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff) in bpf_struct_ops_supported() function