Searched refs:op_num (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/linux/ |
D | genl_magic_struct.h | 129 #define GENL_notification(op_name, op_num, mcast_group, tla_list) \ argument 130 op_name = op_num, 133 #define GENL_op(op_name, op_num, handler, tla_list) \ argument 134 op_name = op_num, 141 #define GENL_notification(op_name, op_num, mcast_group, tla_list) argument 144 #define GENL_op(op_name, op_num, handler, attr_list) argument 183 #define GENL_op(op_name, op_num, handler, attr_list) \ argument 187 #define GENL_notification(op_name, op_num, mcast_group, tla_list) \ argument 200 #define GENL_op(op_name, op_num, handler, attr_list) argument 203 #define GENL_notification(op_name, op_num, mcast_group, tla_list) argument
|
D | genl_magic_func.h | 17 #define GENL_notification(op_name, op_num, mcast_group, tla_list) argument 20 #define GENL_op(op_name, op_num, handler, tla_list) argument 216 #define GENL_op(op_name, op_num, handler, tla_list) \ in CONCAT_() argument 217 case op_num: return #op_name; in CONCAT_() 232 #define GENL_op(op_name, op_num, handler, tla_list) \ argument 244 #define GENL_op(op_name, op_num, handler, tla_list) argument 319 #define GENL_op(op_name, op_num, handler, tla_list) argument
|