Searched refs:new_smc (Results 1 – 2 of 2) sorted by relevance
1738 static int smc_clcsock_accept(struct smc_sock *lsmc, struct smc_sock **new_smc) in smc_clcsock_accept() argument1750 *new_smc = NULL; in smc_clcsock_accept()1754 *new_smc = smc_sk(new_sk); in smc_clcsock_accept()1770 *new_smc = NULL; in smc_clcsock_accept()1791 (*new_smc)->clcsock = new_clcsock; in smc_clcsock_accept()1926 static void smc_listen_out(struct smc_sock *new_smc) in smc_listen_out() argument1928 struct smc_sock *lsmc = new_smc->listen_smc; in smc_listen_out()1929 struct sock *newsmcsk = &new_smc->sk; in smc_listen_out()1931 if (tcp_sk(new_smc->clcsock->sk)->syn_smc) in smc_listen_out()1949 static void smc_listen_out_connected(struct smc_sock *new_smc) in smc_listen_out_connected() argument[all …]
1238 int smc_clc_send_accept(struct smc_sock *new_smc, bool srv_first_contact, in smc_clc_send_accept() argument1246 len = smc_clc_send_confirm_accept(new_smc, &aclc, srv_first_contact, in smc_clc_send_accept()1249 len = len >= 0 ? -EPROTO : -new_smc->clcsock->sk->sk_err; in smc_clc_send_accept()