Searched refs:new_smc (Results 1 – 2 of 2) sorted by relevance
| /linux/net/smc/ |
| H A D | af_smc.c | 1735 static int smc_clcsock_accept(struct smc_sock *lsmc, struct smc_sock **new_smc) in smc_clcsock_accept() 1747 *new_smc = NULL; in smc_clcsock_accept() 1751 *new_smc = smc_sk(new_sk); in smc_clcsock_accept() 1767 *new_smc = NULL; in smc_clcsock_accept() 1788 (*new_smc)->clcsock = new_clcsock; in smc_clcsock_accept() 1923 static void smc_listen_out(struct smc_sock *new_smc) in smc_listen_out() 1925 struct smc_sock *lsmc = new_smc->listen_smc; in smc_listen_out() 1926 struct sock *newsmcsk = &new_smc->sk; in smc_listen_out() 1928 if (tcp_sk(new_smc->clcsock->sk)->syn_smc) in smc_listen_out() 1946 static void smc_listen_out_connected(struct smc_sock *new_smc) in smc_listen_out_connected() 1734 smc_clcsock_accept(struct smc_sock * lsmc,struct smc_sock ** new_smc) smc_clcsock_accept() argument 1922 smc_listen_out(struct smc_sock * new_smc) smc_listen_out() argument 1945 smc_listen_out_connected(struct smc_sock * new_smc) smc_listen_out_connected() argument 1956 smc_listen_out_err(struct smc_sock * new_smc) smc_listen_out_err() argument 1970 smc_listen_decline(struct smc_sock * new_smc,int reason_code,int local_first,u8 version) smc_listen_decline() argument 1991 smc_listen_v2_check(struct smc_sock * new_smc,struct smc_clc_msg_proposal * pclc,struct smc_init_info * ini) smc_listen_v2_check() argument 2053 smc_listen_prfx_check(struct smc_sock * new_smc,struct smc_clc_msg_proposal * pclc) smc_listen_prfx_check() argument 2071 smc_listen_rdma_init(struct smc_sock * new_smc,struct smc_init_info * ini) smc_listen_rdma_init() argument 2091 smc_listen_ism_init(struct smc_sock * new_smc,struct smc_init_info * ini) smc_listen_ism_init() argument 2157 smc_find_ism_v2_device_serv(struct smc_sock * new_smc,struct smc_clc_msg_proposal * pclc,struct smc_init_info * ini) smc_find_ism_v2_device_serv() argument 2247 smc_find_ism_v1_device_serv(struct smc_sock * new_smc,struct smc_clc_msg_proposal * pclc,struct smc_init_info * ini) smc_find_ism_v1_device_serv() argument 2278 smc_listen_rdma_reg(struct smc_sock * new_smc,bool local_first) smc_listen_rdma_reg() argument 2296 smc_find_rdma_v2_device_serv(struct smc_sock * new_smc,struct smc_clc_msg_proposal * pclc,struct smc_init_info * ini) smc_find_rdma_v2_device_serv() argument 2347 smc_find_rdma_v1_device_serv(struct smc_sock * new_smc,struct smc_clc_msg_proposal * pclc,struct smc_init_info * ini) smc_find_rdma_v1_device_serv() argument 2372 smc_listen_find_device(struct smc_sock * new_smc,struct smc_clc_msg_proposal * pclc,struct smc_init_info * ini) smc_listen_find_device() argument 2420 smc_listen_rdma_finish(struct smc_sock * new_smc,struct smc_clc_msg_accept_confirm * cclc,bool local_first,struct smc_init_info * ini) smc_listen_rdma_finish() argument 2448 struct smc_sock *new_smc = container_of(work, struct smc_sock, smc_listen_work() local 2596 struct smc_sock *new_smc; smc_tcp_listen_work() local [all...] |
| H A D | smc_clc.c | 1238 int smc_clc_send_accept(struct smc_sock *new_smc, bool srv_first_contact, in smc_clc_send_accept() argument 1246 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()
|