Home
last modified time | relevance | path

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

/openbmc/linux/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()