Lines Matching refs:smc_sock

111 	struct smc_sock *smc = smc_sk(sk);  in smc_set_keepalive()
123 struct smc_sock *smc; in smc_tcp_syn_recv_sock()
158 const struct smc_sock *smc; in smc_hs_congested()
212 struct smc_sock *smc = smc_sk(sk); in smc_release_cb()
227 .obj_size = sizeof(struct smc_sock),
240 .obj_size = sizeof(struct smc_sock),
246 static void smc_fback_restore_callbacks(struct smc_sock *smc) in smc_fback_restore_callbacks()
261 static void smc_restore_fallback_changes(struct smc_sock *smc) in smc_restore_fallback_changes()
270 static int __smc_release(struct smc_sock *smc) in __smc_release()
313 struct smc_sock *smc; in smc_release()
369 struct smc_sock *smc; in smc_sock_alloc()
404 struct smc_sock *smc; in smc_bind()
478 static void smc_copy_sock_settings_to_clc(struct smc_sock *smc) in smc_copy_sock_settings_to_clc()
488 static void smc_copy_sock_settings_to_smc(struct smc_sock *smc) in smc_copy_sock_settings_to_smc()
551 static int smcr_clnt_conf_first_link(struct smc_sock *smc) in smcr_clnt_conf_first_link()
627 static void smc_conn_save_peer_info_fce(struct smc_sock *smc, in smc_conn_save_peer_info_fce()
658 static void smcr_conn_save_peer_info(struct smc_sock *smc, in smcr_conn_save_peer_info()
670 static void smcd_conn_save_peer_info(struct smc_sock *smc, in smcd_conn_save_peer_info()
683 static void smc_conn_save_peer_info(struct smc_sock *smc, in smc_conn_save_peer_info()
704 static void smc_stat_inc_fback_rsn_cnt(struct smc_sock *smc, in smc_stat_inc_fback_rsn_cnt()
722 static void smc_stat_fallback(struct smc_sock *smc) in smc_stat_fallback()
738 static void smc_fback_wakeup_waitqueue(struct smc_sock *smc, void *key) in smc_fback_wakeup_waitqueue()
773 static void smc_fback_forward_wakeup(struct smc_sock *smc, struct sock *clcsk, in smc_fback_forward_wakeup()
797 struct smc_sock *smc; in smc_fback_state_change()
809 struct smc_sock *smc; in smc_fback_data_ready()
821 struct smc_sock *smc; in smc_fback_write_space()
833 struct smc_sock *smc; in smc_fback_error_report()
843 static void smc_fback_replace_callbacks(struct smc_sock *smc) in smc_fback_replace_callbacks()
862 static int smc_switch_to_fallback(struct smc_sock *smc, int reason_code) in smc_switch_to_fallback()
894 static int smc_connect_fallback(struct smc_sock *smc, int reason_code) in smc_connect_fallback()
914 static int smc_connect_decline_fallback(struct smc_sock *smc, int reason_code, in smc_connect_decline_fallback()
938 static void smc_conn_abort(struct smc_sock *smc, int local_first) in smc_conn_abort()
954 static int smc_find_rdma_device(struct smc_sock *smc, struct smc_init_info *ini) in smc_find_rdma_device()
970 static int smc_find_ism_device(struct smc_sock *smc, struct smc_init_info *ini) in smc_find_ism_device()
996 static int smc_find_ism_v2_device_clnt(struct smc_sock *smc, in smc_find_ism_v2_device_clnt()
1033 static int smc_connect_ism_vlan_setup(struct smc_sock *smc, in smc_connect_ism_vlan_setup()
1041 static int smc_find_proposal_devices(struct smc_sock *smc, in smc_find_proposal_devices()
1091 static int smc_connect_ism_vlan_cleanup(struct smc_sock *smc, in smc_connect_ism_vlan_cleanup()
1107 static int smc_connect_clc(struct smc_sock *smc, in smc_connect_clc()
1150 static int smc_connect_rdma_v2_prepare(struct smc_sock *smc, in smc_connect_rdma_v2_prepare()
1181 static int smc_connect_rdma(struct smc_sock *smc, in smc_connect_rdma()
1331 static int smc_connect_ism(struct smc_sock *smc, in smc_connect_ism()
1424 static int __smc_connect(struct smc_sock *smc) in __smc_connect()
1522 struct smc_sock *smc = container_of(work, struct smc_sock, in smc_connect_work()
1574 struct smc_sock *smc; in smc_connect()
1651 static int smc_clcsock_accept(struct smc_sock *lsmc, struct smc_sock **new_smc) in smc_clcsock_accept()
1714 struct smc_sock *par = smc_sk(parent); in smc_accept_enqueue()
1726 struct smc_sock *par = smc_sk(sk)->listen_smc; in smc_accept_unlink()
1741 struct smc_sock *isk, *n; in smc_accept_dequeue()
1773 struct smc_sock *smc = smc_sk(sk); in smc_close_non_accepted()
1786 static int smcr_serv_conf_first_link(struct smc_sock *smc) in smcr_serv_conf_first_link()
1835 static void smc_listen_out(struct smc_sock *new_smc) in smc_listen_out()
1837 struct smc_sock *lsmc = new_smc->listen_smc; in smc_listen_out()
1857 static void smc_listen_out_connected(struct smc_sock *new_smc) in smc_listen_out_connected()
1868 static void smc_listen_out_err(struct smc_sock *new_smc) in smc_listen_out_err()
1882 static void smc_listen_decline(struct smc_sock *new_smc, int reason_code, in smc_listen_decline()
1903 static int smc_listen_v2_check(struct smc_sock *new_smc, in smc_listen_v2_check()
1961 static int smc_listen_prfx_check(struct smc_sock *new_smc, in smc_listen_prfx_check()
1977 static int smc_listen_rdma_init(struct smc_sock *new_smc, in smc_listen_rdma_init()
1995 static int smc_listen_ism_init(struct smc_sock *new_smc, in smc_listen_ism_init()
2056 static void smc_find_ism_v2_device_serv(struct smc_sock *new_smc, in smc_find_ism_v2_device_serv()
2125 static void smc_find_ism_v1_device_serv(struct smc_sock *new_smc, in smc_find_ism_v1_device_serv()
2153 static int smc_listen_rdma_reg(struct smc_sock *new_smc, bool local_first) in smc_listen_rdma_reg()
2171 static void smc_find_rdma_v2_device_serv(struct smc_sock *new_smc, in smc_find_rdma_v2_device_serv()
2218 static int smc_find_rdma_v1_device_serv(struct smc_sock *new_smc, in smc_find_rdma_v1_device_serv()
2243 static int smc_listen_find_device(struct smc_sock *new_smc, in smc_listen_find_device()
2291 static int smc_listen_rdma_finish(struct smc_sock *new_smc, in smc_listen_rdma_finish()
2319 struct smc_sock *new_smc = container_of(work, struct smc_sock, in smc_listen_work()
2439 struct smc_sock *lsmc = container_of(work, struct smc_sock, in smc_tcp_listen_work()
2442 struct smc_sock *new_smc; in smc_tcp_listen_work()
2476 struct smc_sock *lsmc; in smc_clcsock_data_ready()
2495 struct smc_sock *smc; in smc_listen()
2562 struct smc_sock *lsmc; in smc_accept()
2630 struct smc_sock *smc; in smc_getname()
2644 struct smc_sock *smc; in smc_sendmsg()
2680 struct smc_sock *smc; in smc_recvmsg()
2715 struct smc_sock *isk = smc_sk(parent); in smc_accept_poll()
2730 struct smc_sock *smc; in smc_poll()
2783 struct smc_sock *smc; in smc_shutdown()
2857 struct smc_sock *smc; in __smc_getsockopt()
2890 struct smc_sock *smc; in __smc_setsockopt()
2923 struct smc_sock *smc; in smc_setsockopt()
3009 struct smc_sock *smc; in smc_getsockopt()
3037 struct smc_sock *smc; in smc_ioctl()
3117 struct smc_sock *smc; in smc_sendpage()
3152 struct smc_sock *smc; in smc_splice_read()
3220 struct smc_sock *smc; in __smc_create()