Searched refs:new_smc (Results 1 – 2 of 2) sorted by relevance
1311 static int smc_clcsock_accept(struct smc_sock *lsmc, struct smc_sock **new_smc) in smc_clcsock_accept() argument1323 *new_smc = NULL; in smc_clcsock_accept()1327 *new_smc = smc_sk(new_sk); in smc_clcsock_accept()1343 *new_smc = NULL; in smc_clcsock_accept()1351 (*new_smc)->clcsock = new_clcsock; in smc_clcsock_accept()1474 static void smc_listen_out(struct smc_sock *new_smc) in smc_listen_out() argument1476 struct smc_sock *lsmc = new_smc->listen_smc; in smc_listen_out()1477 struct sock *newsmcsk = &new_smc->sk; in smc_listen_out()1493 static void smc_listen_out_connected(struct smc_sock *new_smc) in smc_listen_out_connected() argument1495 struct sock *newsmcsk = &new_smc->sk; in smc_listen_out_connected()[all …]
760 int smc_clc_send_accept(struct smc_sock *new_smc, bool srv_first_contact, in smc_clc_send_accept() argument768 len = smc_clc_send_confirm_accept(new_smc, &aclc_v2, srv_first_contact, in smc_clc_send_accept()771 len = len >= 0 ? -EPROTO : -new_smc->clcsock->sk->sk_err; in smc_clc_send_accept()