Home
last modified time | relevance | path

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

/linux-6.1.9/net/rds/
Drds.h400 struct rds_message { struct
401 refcount_t m_refcount;
402 struct list_head m_sock_item;
403 struct list_head m_conn_item;
404 struct rds_incoming m_inc;
405 u64 m_ack_seq;
406 struct in6_addr m_daddr;
407 unsigned long m_flags;
414 spinlock_t m_rs_lock;
415 wait_queue_head_t m_flush_wait;
[all …]