Lines Matching defs:smc_sock
285 struct smc_sock { /* smc sock container */ struct
300 struct smc_sock *listen_smc; /* listen parent */ argument
301 struct work_struct connect_work; /* handle non-blocking connect*/
302 struct work_struct tcp_listen_work;/* handle tcp socket accepts */
303 struct work_struct smc_listen_work;/* prepare new accept socket */
304 struct list_head accept_q; /* sockets to be accepted */
305 spinlock_t accept_q_lock; /* protects accept_q */
306 bool limit_smc_hs; /* put constraint on handshake */
307 bool use_fallback; /* fallback to tcp */
308 int fallback_rsn; /* reason for fallback */
309 u32 peer_diagnosis; /* decline reason from peer */
333 #define smc_sk(ptr) container_of_const(ptr, struct smc_sock, sk) argument