Home
last modified time | relevance | path

Searched defs:rds_message (Results 1 – 1 of 1) sorted by relevance

/linux/net/rds/
H A Drds.h424 struct rds_message { struct
425 refcount_t m_refcount;
426 struct list_head m_sock_item;
427 struct list_head m_conn_item;
428 struct rds_incoming m_inc;
429 u64 m_ack_seq;
430 struct in6_addr m_daddr;
431 unsigned long m_flags;
438 spinlock_t m_rs_lock;
439 wait_queue_head_t m_flush_wait;
[all …]