Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/rds/
H A Dinfo.c71 static rds_info_func rds_info_funcs[RDS_INFO_LAST - RDS_INFO_FIRST + 1];
75 int offset = optname - RDS_INFO_FIRST; in rds_info_register_func()
77 BUG_ON(optname < RDS_INFO_FIRST || optname > RDS_INFO_LAST); in rds_info_register_func()
88 int offset = optname - RDS_INFO_FIRST; in rds_info_deregister_func()
90 BUG_ON(optname < RDS_INFO_FIRST || optname > RDS_INFO_LAST); in rds_info_deregister_func()
208 func = rds_info_funcs[optname - RDS_INFO_FIRST]; in rds_info_getsockopt()
H A Daf_rds.c499 case RDS_INFO_FIRST ... RDS_INFO_LAST: in rds_getsockopt()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Drds.h110 #define RDS_INFO_FIRST 10000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Drds.h110 #define RDS_INFO_FIRST 10000 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drds.h118 #define RDS_INFO_FIRST 10000 macro