Home
last modified time | relevance | path

Searched refs:rds_info_funcs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/rds/
H A Dinfo.c71 static rds_info_func rds_info_funcs[RDS_INFO_LAST - RDS_INFO_FIRST + 1]; variable
80 BUG_ON(rds_info_funcs[offset]); in rds_info_register_func()
81 rds_info_funcs[offset] = func; in rds_info_register_func()
93 BUG_ON(rds_info_funcs[offset] != func); in rds_info_deregister_func()
94 rds_info_funcs[offset] = NULL; in rds_info_deregister_func()
208 func = rds_info_funcs[optname - RDS_INFO_FIRST]; in rds_info_getsockopt()
/kernel/linux/linux-6.6/net/rds/
H A Dinfo.c71 static rds_info_func rds_info_funcs[RDS_INFO_LAST - RDS_INFO_FIRST + 1]; variable
80 BUG_ON(rds_info_funcs[offset]); in rds_info_register_func()
81 rds_info_funcs[offset] = func; in rds_info_register_func()
93 BUG_ON(rds_info_funcs[offset] != func); in rds_info_deregister_func()
94 rds_info_funcs[offset] = NULL; in rds_info_deregister_func()
208 func = rds_info_funcs[optname - RDS_INFO_FIRST]; in rds_info_getsockopt()

Completed in 2 milliseconds