Linux Kernel
3.7.1
|
#include <rds.h>
Data Fields | |
struct hlist_node | c_hash_node |
__be32 | c_laddr |
__be32 | c_faddr |
unsigned int | c_loopback:1 |
struct rds_connection * | c_passive |
struct rds_cong_map * | c_lcong |
struct rds_cong_map * | c_fcong |
struct rds_message * | c_xmit_rm |
unsigned long | c_xmit_sg |
unsigned int | c_xmit_hdr_off |
unsigned int | c_xmit_data_off |
unsigned int | c_xmit_atomic_sent |
unsigned int | c_xmit_rdma_sent |
unsigned int | c_xmit_data_sent |
spinlock_t | c_lock |
u64 | c_next_tx_seq |
struct list_head | c_send_queue |
struct list_head | c_retrans |
u64 | c_next_rx_seq |
struct rds_transport * | c_trans |
void * | c_transport_data |
atomic_t | c_state |
unsigned long | c_flags |
unsigned long | c_reconnect_jiffies |
struct delayed_work | c_send_w |
struct delayed_work | c_recv_w |
struct delayed_work | c_conn_w |
struct work_struct | c_down_w |
struct mutex | c_cm_lock |
wait_queue_head_t | c_waitq |
struct list_head | c_map_item |
unsigned long | c_map_queued |
unsigned int | c_unacked_packets |
unsigned int | c_unacked_bytes |
unsigned int | c_version |
struct delayed_work c_conn_w |
struct work_struct c_down_w |
struct hlist_node c_hash_node |
spinlock_t c_lock |
struct rds_connection* c_passive |
struct delayed_work c_recv_w |
struct delayed_work c_send_w |
struct rds_transport* c_trans |
wait_queue_head_t c_waitq |
struct rds_message* c_xmit_rm |