Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Functions
info.h File Reference

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 Documentation

typedef void(* rds_info_func)(struct socket *sock, unsigned int len, struct rds_info_iterator *iter, struct rds_info_lengths *lens)

Definition at line 17 of file info.h.

Function Documentation

void rds_info_copy ( struct rds_info_iterator iter,
void data,
unsigned long  bytes 
)

Definition at line 115 of file info.c.

void rds_info_deregister_func ( int  optname,
rds_info_func  func 
)

Definition at line 86 of file info.c.

int rds_info_getsockopt ( struct socket sock,
int  optname,
char __user optval,
int __user optlen 
)

Definition at line 158 of file info.c.

void rds_info_iter_unmap ( struct rds_info_iterator iter)

Definition at line 104 of file info.c.

void rds_info_register_func ( int  optname,
rds_info_func  func 
)

Definition at line 73 of file info.c.