Searched refs:new_smc (Results 1 – 2 of 2) sorted by relevance
1729 static int smc_clcsock_accept(struct smc_sock *lsmc, struct smc_sock **new_smc) in smc_clcsock_accept() argument1741 *new_smc = NULL; in smc_clcsock_accept()1745 *new_smc = smc_sk(new_sk); in smc_clcsock_accept()1761 *new_smc = NULL; in smc_clcsock_accept()1782 (*new_smc)->clcsock = new_clcsock; in smc_clcsock_accept()1917 static void smc_listen_out(struct smc_sock *new_smc) in smc_listen_out() argument1919 struct smc_sock *lsmc = new_smc->listen_smc; in smc_listen_out()1920 struct sock *newsmcsk = &new_smc->sk; in smc_listen_out()1922 if (tcp_sk(new_smc->clcsock->sk)->syn_smc) in smc_listen_out()1940 static void smc_listen_out_connected(struct smc_sock *new_smc) in smc_listen_out_connected() argument[all …]
1234 int smc_clc_send_accept(struct smc_sock *new_smc, bool srv_first_contact, in smc_clc_send_accept() argument1242 len = smc_clc_send_confirm_accept(new_smc, &aclc, srv_first_contact, in smc_clc_send_accept()1245 len = len >= 0 ? -EPROTO : -new_smc->clcsock->sk->sk_err; in smc_clc_send_accept()