Lines Matching refs:smc_sock
112 struct smc_sock *smc = smc_sk(sk); in smc_set_keepalive()
124 struct smc_sock *smc; in smc_tcp_syn_recv_sock()
159 const struct smc_sock *smc; in smc_hs_congested()
213 struct smc_sock *smc = smc_sk(sk); in smc_release_cb()
228 .obj_size = sizeof(struct smc_sock),
241 .obj_size = sizeof(struct smc_sock),
247 static void smc_fback_restore_callbacks(struct smc_sock *smc) in smc_fback_restore_callbacks()
262 static void smc_restore_fallback_changes(struct smc_sock *smc) in smc_restore_fallback_changes()
271 static int __smc_release(struct smc_sock *smc) in __smc_release()
314 struct smc_sock *smc; in smc_release()
368 struct smc_sock *smc; in smc_sock_alloc()
402 struct smc_sock *smc; in smc_bind()
489 static void smc_copy_sock_settings_to_clc(struct smc_sock *smc) in smc_copy_sock_settings_to_clc()
499 static void smc_copy_sock_settings_to_smc(struct smc_sock *smc) in smc_copy_sock_settings_to_smc()
577 static int smcr_clnt_conf_first_link(struct smc_sock *smc) in smcr_clnt_conf_first_link()
659 static void smc_conn_save_peer_info_fce(struct smc_sock *smc, in smc_conn_save_peer_info_fce()
690 static void smcr_conn_save_peer_info(struct smc_sock *smc, in smcr_conn_save_peer_info()
702 static void smcd_conn_save_peer_info(struct smc_sock *smc, in smcd_conn_save_peer_info()
715 static void smc_conn_save_peer_info(struct smc_sock *smc, in smc_conn_save_peer_info()
736 static void smc_stat_inc_fback_rsn_cnt(struct smc_sock *smc, in smc_stat_inc_fback_rsn_cnt()
754 static void smc_stat_fallback(struct smc_sock *smc) in smc_stat_fallback()
770 static void smc_fback_wakeup_waitqueue(struct smc_sock *smc, void *key) in smc_fback_wakeup_waitqueue()
805 static void smc_fback_forward_wakeup(struct smc_sock *smc, struct sock *clcsk, in smc_fback_forward_wakeup()
829 struct smc_sock *smc; in smc_fback_state_change()
841 struct smc_sock *smc; in smc_fback_data_ready()
853 struct smc_sock *smc; in smc_fback_write_space()
865 struct smc_sock *smc; in smc_fback_error_report()
875 static void smc_fback_replace_callbacks(struct smc_sock *smc) in smc_fback_replace_callbacks()
894 static int smc_switch_to_fallback(struct smc_sock *smc, int reason_code) in smc_switch_to_fallback()
926 static int smc_connect_fallback(struct smc_sock *smc, int reason_code) in smc_connect_fallback()
946 static int smc_connect_decline_fallback(struct smc_sock *smc, int reason_code, in smc_connect_decline_fallback()
970 static void smc_conn_abort(struct smc_sock *smc, int local_first) in smc_conn_abort()
986 static int smc_find_rdma_device(struct smc_sock *smc, struct smc_init_info *ini) in smc_find_rdma_device()
1002 static int smc_find_ism_device(struct smc_sock *smc, struct smc_init_info *ini) in smc_find_ism_device()
1028 static int smc_find_ism_v2_device_clnt(struct smc_sock *smc, in smc_find_ism_v2_device_clnt()
1065 static int smc_connect_ism_vlan_setup(struct smc_sock *smc, in smc_connect_ism_vlan_setup()
1073 static int smc_find_proposal_devices(struct smc_sock *smc, in smc_find_proposal_devices()
1123 static int smc_connect_ism_vlan_cleanup(struct smc_sock *smc, in smc_connect_ism_vlan_cleanup()
1139 static int smc_connect_clc(struct smc_sock *smc, in smc_connect_clc()
1182 static int smc_connect_rdma_v2_prepare(struct smc_sock *smc, in smc_connect_rdma_v2_prepare()
1220 static int smc_connect_rdma(struct smc_sock *smc, in smc_connect_rdma()
1372 static int smc_connect_ism(struct smc_sock *smc, in smc_connect_ism()
1475 static int __smc_connect(struct smc_sock *smc) in __smc_connect()
1573 struct smc_sock *smc = container_of(work, struct smc_sock, in smc_connect_work()
1625 struct smc_sock *smc; in smc_connect()
1702 static int smc_clcsock_accept(struct smc_sock *lsmc, struct smc_sock **new_smc) in smc_clcsock_accept()
1765 struct smc_sock *par = smc_sk(parent); in smc_accept_enqueue()
1777 struct smc_sock *par = smc_sk(sk)->listen_smc; in smc_accept_unlink()
1792 struct smc_sock *isk, *n; in smc_accept_dequeue()
1824 struct smc_sock *smc = smc_sk(sk); in smc_close_non_accepted()
1837 static int smcr_serv_conf_first_link(struct smc_sock *smc) in smcr_serv_conf_first_link()
1890 static void smc_listen_out(struct smc_sock *new_smc) in smc_listen_out()
1892 struct smc_sock *lsmc = new_smc->listen_smc; in smc_listen_out()
1912 static void smc_listen_out_connected(struct smc_sock *new_smc) in smc_listen_out_connected()
1923 static void smc_listen_out_err(struct smc_sock *new_smc) in smc_listen_out_err()
1937 static void smc_listen_decline(struct smc_sock *new_smc, int reason_code, in smc_listen_decline()
1958 static int smc_listen_v2_check(struct smc_sock *new_smc, in smc_listen_v2_check()
2020 static int smc_listen_prfx_check(struct smc_sock *new_smc, in smc_listen_prfx_check()
2036 static int smc_listen_rdma_init(struct smc_sock *new_smc, in smc_listen_rdma_init()
2056 static int smc_listen_ism_init(struct smc_sock *new_smc, in smc_listen_ism_init()
2117 static void smc_find_ism_v2_device_serv(struct smc_sock *new_smc, in smc_find_ism_v2_device_serv()
2186 static void smc_find_ism_v1_device_serv(struct smc_sock *new_smc, in smc_find_ism_v1_device_serv()
2214 static int smc_listen_rdma_reg(struct smc_sock *new_smc, bool local_first) in smc_listen_rdma_reg()
2232 static void smc_find_rdma_v2_device_serv(struct smc_sock *new_smc, in smc_find_rdma_v2_device_serv()
2282 static int smc_find_rdma_v1_device_serv(struct smc_sock *new_smc, in smc_find_rdma_v1_device_serv()
2307 static int smc_listen_find_device(struct smc_sock *new_smc, in smc_listen_find_device()
2355 static int smc_listen_rdma_finish(struct smc_sock *new_smc, in smc_listen_rdma_finish()
2383 struct smc_sock *new_smc = container_of(work, struct smc_sock, in smc_listen_work()
2519 struct smc_sock *lsmc = container_of(work, struct smc_sock, in smc_tcp_listen_work()
2522 struct smc_sock *new_smc; in smc_tcp_listen_work()
2554 struct smc_sock *lsmc; in smc_clcsock_data_ready()
2573 struct smc_sock *smc; in smc_listen()
2640 struct smc_sock *lsmc; in smc_accept()
2708 struct smc_sock *smc; in smc_getname()
2722 struct smc_sock *smc; in smc_sendmsg()
2761 struct smc_sock *smc; in smc_recvmsg()
2796 struct smc_sock *isk = smc_sk(parent); in smc_accept_poll()
2811 struct smc_sock *smc; in smc_poll()
2864 struct smc_sock *smc; in smc_shutdown()
2938 struct smc_sock *smc; in __smc_getsockopt()
2971 struct smc_sock *smc; in __smc_setsockopt()
3004 struct smc_sock *smc; in smc_setsockopt()
3090 struct smc_sock *smc; in smc_getsockopt()
3118 struct smc_sock *smc; in smc_ioctl()
3205 struct smc_sock *smc; in smc_splice_read()
3272 struct smc_sock *smc; in __smc_create()