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.c74 static rds_info_func rds_info_funcs[RDS_INFO_LAST - RDS_INFO_FIRST + 1];
78 int offset = optname - RDS_INFO_FIRST; in rds_info_register_func()
80 BUG_ON(optname < RDS_INFO_FIRST || optname > RDS_INFO_LAST); in rds_info_register_func()
94 int offset = optname - RDS_INFO_FIRST; in rds_info_deregister_func()
96 BUG_ON(optname < RDS_INFO_FIRST || optname > RDS_INFO_LAST); in rds_info_deregister_func()
228 func = READ_ONCE(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