Searched refs:rds_info_func (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | info.h | 18 typedef void (*rds_info_func)(struct socket *sock, unsigned int len, typedef 22 void rds_info_register_func(int optname, rds_info_func func); 23 void rds_info_deregister_func(int optname, rds_info_func func);
|
H A D | info.c | 71 static rds_info_func rds_info_funcs[RDS_INFO_LAST - RDS_INFO_FIRST + 1]; 73 void rds_info_register_func(int optname, rds_info_func func) in rds_info_register_func() 86 void rds_info_deregister_func(int optname, rds_info_func func) in rds_info_deregister_func() 165 rds_info_func func; in rds_info_getsockopt()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | info.h | 18 typedef void (*rds_info_func)(struct socket *sock, unsigned int len, typedef 22 void rds_info_register_func(int optname, rds_info_func func); 23 void rds_info_deregister_func(int optname, rds_info_func func);
|
H A D | info.c | 71 static rds_info_func rds_info_funcs[RDS_INFO_LAST - RDS_INFO_FIRST + 1]; 73 void rds_info_register_func(int optname, rds_info_func func) in rds_info_register_func() 86 void rds_info_deregister_func(int optname, rds_info_func func) in rds_info_deregister_func() 165 rds_info_func func; in rds_info_getsockopt()
|
Completed in 2 milliseconds