Lines Matching defs:smc
244 struct smc_sock { /* smc sock container */
255 struct smc_connection conn; /* smc connection */
266 atomic_t queued_smc_hs; /* queued smc handshakes */
291 static inline void smc_init_saved_callbacks(struct smc_sock *smc)
293 smc->clcsk_state_change = NULL;
294 smc->clcsk_data_ready = NULL;
295 smc->clcsk_write_space = NULL;
296 smc->clcsk_error_report = NULL;
355 static inline bool using_ipsec(struct smc_sock *smc)
357 return (smc->clcsock->sk->sk_policy[0] ||
358 smc->clcsock->sk->sk_policy[1]) ? true : false;
361 static inline bool using_ipsec(struct smc_sock *smc)
375 /* smc handshake limitation interface for netlink */