Home
last modified time | relevance | path

Searched defs:st_ops (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dbpf.h1804 struct bpf_struct_ops *st_ops; member
1833 #define register_bpf_struct_ops(st_ops, type) \ argument
1893 #define register_bpf_struct_ops(st_ops, type) ({ (void *)(st_ops); 0; }) argument
1902 static inline int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff) in bpf_struct_ops_supported()