Lines Matching defs:smc_sock
247 struct smc_sock { /* smc sock container */ struct
259 struct smc_sock *listen_smc; /* listen parent */ argument
260 struct work_struct connect_work; /* handle non-blocking connect*/
261 struct work_struct tcp_listen_work;/* handle tcp socket accepts */
262 struct work_struct smc_listen_work;/* prepare new accept socket */
263 struct list_head accept_q; /* sockets to be accepted */
264 spinlock_t accept_q_lock; /* protects accept_q */
265 bool limit_smc_hs; /* put constraint on handshake */
266 bool use_fallback; /* fallback to tcp */
267 int fallback_rsn; /* reason for fallback */
268 u32 peer_diagnosis; /* decline reason from peer */
292 #define smc_sk(ptr) container_of_const(ptr, struct smc_sock, sk) argument