Home
last modified time | relevance | path

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

/Linux-v4.19/net/rds/
Drds.h389 struct rds_message { struct
390 refcount_t m_refcount;
391 struct list_head m_sock_item;
392 struct list_head m_conn_item;
393 struct rds_incoming m_inc;
394 u64 m_ack_seq;
395 struct in6_addr m_daddr;
396 unsigned long m_flags;
403 spinlock_t m_rs_lock;
404 wait_queue_head_t m_flush_wait;
[all …]