Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h2022 int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff);
2080 static inline int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff) in bpf_struct_ops_supported() function
/linux/kernel/bpf/
H A Dverifier.c24053 err = bpf_struct_ops_supported(st_ops, member_off); in check_struct_ops_btf_id()