Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | rds_info_lengths |
Typedefs | |
typedef void(* | rds_info_func )(struct socket *sock, unsigned int len, struct rds_info_iterator *iter, struct rds_info_lengths *lens) |
Functions | |
void | rds_info_register_func (int optname, rds_info_func func) |
void | rds_info_deregister_func (int optname, rds_info_func func) |
int | rds_info_getsockopt (struct socket *sock, int optname, char __user *optval, int __user *optlen) |
void | rds_info_copy (struct rds_info_iterator *iter, void *data, unsigned long bytes) |
void | rds_info_iter_unmap (struct rds_info_iterator *iter) |
typedef void(* rds_info_func)(struct socket *sock, unsigned int len, struct rds_info_iterator *iter, struct rds_info_lengths *lens) |
void rds_info_copy | ( | struct rds_info_iterator * | iter, |
void * | data, | ||
unsigned long | bytes | ||
) |
void rds_info_deregister_func | ( | int | optname, |
rds_info_func | func | ||
) |
void rds_info_iter_unmap | ( | struct rds_info_iterator * | iter | ) |
void rds_info_register_func | ( | int | optname, |
rds_info_func | func | ||
) |