Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dinfo.c72 static rds_info_func rds_info_funcs[RDS_INFO_LAST - RDS_INFO_FIRST + 1];
76 int offset = optname - RDS_INFO_FIRST; in rds_info_register_func()
78 BUG_ON(optname < RDS_INFO_FIRST || optname > RDS_INFO_LAST); in rds_info_register_func()
89 int offset = optname - RDS_INFO_FIRST; in rds_info_deregister_func()
91 BUG_ON(optname < RDS_INFO_FIRST || optname > RDS_INFO_LAST); in rds_info_deregister_func()
217 func = rds_info_funcs[optname - RDS_INFO_FIRST]; in rds_info_getsockopt()
/linux/tools/testing/selftests/net/rds/
H A Dtest.py222 RDS_INFO_FIRST = 10000 global() variable
/linux/include/uapi/linux/
H A Drds.h118 #define RDS_INFO_FIRST 10000 macro