Searched defs:st_ops (Results 1 – 1 of 1) sorted by relevance
1804 struct bpf_struct_ops *st_ops; member1833 #define register_bpf_struct_ops(st_ops, type) \ argument1893 #define register_bpf_struct_ops(st_ops, type) ({ (void *)(st_ops); 0; }) argument1902 static inline int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff) in bpf_struct_ops_supported()