Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_struct_ops_types.h6 BPF_STRUCT_OPS_TYPE(bpf_dummy_ops)
10 BPF_STRUCT_OPS_TYPE(tcp_congestion_ops)
H A Dbpf_struct_ops.c78 #define BPF_STRUCT_OPS_TYPE(_name) \ macro
86 #undef BPF_STRUCT_OPS_TYPE
89 #define BPF_STRUCT_OPS_TYPE(_name) BPF_STRUCT_OPS_TYPE_##_name, macro
91 #undef BPF_STRUCT_OPS_TYPE
96 #define BPF_STRUCT_OPS_TYPE(_name) \ macro
99 #undef BPF_STRUCT_OPS_TYPE
124 #define BPF_STRUCT_OPS_TYPE(_name) BTF_TYPE_EMIT(struct bpf_struct_ops_##_name); in bpf_struct_ops_init() macro
126 #undef BPF_STRUCT_OPS_TYPE in bpf_struct_ops_init()