Lines Matching refs:smc_sock
54 struct smc_sock *smc = smc_sk(sk); in smc_set_keepalive()
100 .obj_size = sizeof(struct smc_sock),
112 .obj_size = sizeof(struct smc_sock),
121 struct smc_sock *smc; in smc_release()
184 struct smc_sock *smc; in smc_sock_alloc()
215 struct smc_sock *smc; in smc_bind()
287 static void smc_copy_sock_settings_to_clc(struct smc_sock *smc) in smc_copy_sock_settings_to_clc()
297 static void smc_copy_sock_settings_to_smc(struct smc_sock *smc) in smc_copy_sock_settings_to_smc()
321 static int smc_clnt_conf_first_link(struct smc_sock *smc) in smc_clnt_conf_first_link()
382 static void smcr_conn_save_peer_info(struct smc_sock *smc, in smcr_conn_save_peer_info()
394 static void smcd_conn_save_peer_info(struct smc_sock *smc, in smcd_conn_save_peer_info()
407 static void smc_conn_save_peer_info(struct smc_sock *smc, in smc_conn_save_peer_info()
427 static int smc_connect_fallback(struct smc_sock *smc, int reason_code) in smc_connect_fallback()
438 static int smc_connect_decline_fallback(struct smc_sock *smc, int reason_code) in smc_connect_decline_fallback()
459 static int smc_connect_abort(struct smc_sock *smc, int reason_code, in smc_connect_abort()
471 static int smc_check_rdma(struct smc_sock *smc, struct smc_ib_device **ibdev, in smc_check_rdma()
490 static int smc_check_ism(struct smc_sock *smc, struct smcd_dev **ismdev) in smc_check_ism()
500 static int smc_connect_ism_vlan_setup(struct smc_sock *smc, in smc_connect_ism_vlan_setup()
512 static int smc_connect_ism_vlan_cleanup(struct smc_sock *smc, bool is_smcd, in smc_connect_ism_vlan_cleanup()
524 static int smc_connect_clc(struct smc_sock *smc, int smc_type, in smc_connect_clc()
540 static int smc_connect_rdma(struct smc_sock *smc, in smc_connect_rdma()
613 static int smc_connect_ism(struct smc_sock *smc, in smc_connect_ism()
648 static int __smc_connect(struct smc_sock *smc) in __smc_connect()
724 struct smc_sock *smc = container_of(work, struct smc_sock, in smc_connect_work()
758 struct smc_sock *smc; in smc_connect()
816 static int smc_clcsock_accept(struct smc_sock *lsmc, struct smc_sock **new_smc) in smc_clcsock_accept()
859 struct smc_sock *par = smc_sk(parent); in smc_accept_enqueue()
871 struct smc_sock *par = smc_sk(sk)->listen_smc; in smc_accept_unlink()
886 struct smc_sock *isk, *n; in smc_accept_dequeue()
912 struct smc_sock *smc = smc_sk(sk); in smc_close_non_accepted()
942 static int smc_serv_conf_first_link(struct smc_sock *smc) in smc_serv_conf_first_link()
999 static void smc_listen_out(struct smc_sock *new_smc) in smc_listen_out()
1001 struct smc_sock *lsmc = new_smc->listen_smc; in smc_listen_out()
1018 static void smc_listen_out_connected(struct smc_sock *new_smc) in smc_listen_out_connected()
1030 static void smc_listen_out_err(struct smc_sock *new_smc) in smc_listen_out_err()
1043 static void smc_listen_decline(struct smc_sock *new_smc, int reason_code, in smc_listen_decline()
1066 static int smc_listen_rdma_check(struct smc_sock *new_smc, in smc_listen_rdma_check()
1080 static int smc_listen_rdma_init(struct smc_sock *new_smc, in smc_listen_rdma_init()
1102 static int smc_listen_ism_init(struct smc_sock *new_smc, in smc_listen_ism_init()
1140 static int smc_listen_rdma_reg(struct smc_sock *new_smc, int local_contact) in smc_listen_rdma_reg()
1156 static int smc_listen_rdma_finish(struct smc_sock *new_smc, in smc_listen_rdma_finish()
1192 struct smc_sock *new_smc = container_of(work, struct smc_sock, in smc_listen_work()
1294 struct smc_sock *lsmc = container_of(work, struct smc_sock, in smc_tcp_listen_work()
1297 struct smc_sock *new_smc; in smc_tcp_listen_work()
1329 struct smc_sock *smc; in smc_listen()
1372 struct smc_sock *lsmc; in smc_accept()
1440 struct smc_sock *smc; in smc_getname()
1454 struct smc_sock *smc; in smc_sendmsg()
1487 struct smc_sock *smc; in smc_recvmsg()
1516 struct smc_sock *isk = smc_sk(parent); in smc_accept_poll()
1532 struct smc_sock *smc; in smc_poll()
1580 struct smc_sock *smc; in smc_shutdown()
1632 struct smc_sock *smc; in smc_setsockopt()
1698 struct smc_sock *smc; in smc_getsockopt()
1711 struct smc_sock *smc; in smc_ioctl()
1791 struct smc_sock *smc; in smc_sendpage()
1822 struct smc_sock *smc; in smc_splice_read()
1885 struct smc_sock *smc; in smc_create()