Home
last modified time | relevance | path

Searched defs:smc (Results 1 – 9 of 9) sorted by relevance

/net/smc/
Dsmc_close.c33 static void smc_close_wait_tx_pends(struct smc_sock *smc) in smc_close_wait_tx_pends()
54 static void smc_close_stream_wait(struct smc_sock *smc, long timeout) in smc_close_stream_wait()
82 void smc_close_wake_tx_prepared(struct smc_sock *smc) in smc_close_wake_tx_prepared()
116 void smc_close_active_abort(struct smc_sock *smc) in smc_close_active_abort()
174 int smc_close_active(struct smc_sock *smc) in smc_close_active()
285 static void smc_close_passive_abort_received(struct smc_sock *smc) in smc_close_passive_abort_received()
329 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smc_close_passive_work() local
406 struct smc_sock *smc = container_of(to_delayed_work(work), in smc_close_sock_put_work() local
414 int smc_close_shutdown_write(struct smc_sock *smc) in smc_close_shutdown_write()
469 void smc_close_init(struct smc_sock *smc) in smc_close_init()
Daf_smc.c60 struct smc_sock *smc = smc_sk(sk); in smc_set_keepalive() local
111 struct smc_sock *smc; in smc_release() local
175 struct smc_sock *smc; in smc_sock_alloc() local
203 struct smc_sock *smc; in smc_bind() local
272 static void smc_copy_sock_settings_to_clc(struct smc_sock *smc) in smc_copy_sock_settings_to_clc()
282 static void smc_copy_sock_settings_to_smc(struct smc_sock *smc) in smc_copy_sock_settings_to_smc()
327 static int smc_clnt_conf_first_link(struct smc_sock *smc, union ib_gid *gid) in smc_clnt_conf_first_link()
368 static void smc_conn_save_peer_info(struct smc_sock *smc, in smc_conn_save_peer_info()
388 static int smc_connect_rdma(struct smc_sock *smc) in smc_connect_rdma()
540 struct smc_sock *smc; in smc_connect() local
[all …]
Dsmc_tx.c39 struct smc_sock *smc = smc_sk(sk); in smc_tx_write_space() local
60 void smc_tx_sndbuf_nonfull(struct smc_sock *smc) in smc_tx_sndbuf_nonfull()
68 static int smc_tx_wait_memory(struct smc_sock *smc, int flags) in smc_tx_wait_memory()
121 int smc_tx_sendmsg(struct smc_sock *smc, struct msghdr *msg, size_t len) in smc_tx_sendmsg()
402 struct smc_sock *smc = in smc_tx_sndbuf_nonempty() local
438 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smc_tx_work() local
490 void smc_tx_init(struct smc_sock *smc) in smc_tx_init()
Dsmc_clc.c31 int smc_clc_wait_msg(struct smc_sock *smc, void *buf, int buflen, in smc_clc_wait_msg()
110 int smc_clc_send_decline(struct smc_sock *smc, u32 peer_diag_info) in smc_clc_send_decline()
140 int smc_clc_send_proposal(struct smc_sock *smc, in smc_clc_send_proposal()
185 int smc_clc_send_confirm(struct smc_sock *smc) in smc_clc_send_confirm()
Dsmc_rx.c54 static int smc_rx_wait_data(struct smc_sock *smc, long *timeo) in smc_rx_wait_data()
80 int smc_rx_recvmsg(struct smc_sock *smc, struct msghdr *msg, size_t len, in smc_rx_recvmsg()
221 void smc_rx_init(struct smc_sock *smc) in smc_rx_init()
Dsmc_core.c69 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smc_lgr_register_conn() local
89 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in __smc_lgr_unregister_conn() local
146 static int smc_lgr_create(struct smc_sock *smc, __be32 peer_in_addr, in smc_lgr_create()
315 struct smc_sock *smc; in smc_lgr_terminate() local
397 int smc_conn_create(struct smc_sock *smc, __be32 peer_in_addr, in smc_conn_create()
562 static int __smc_buf_create(struct smc_sock *smc, bool is_rmb) in __smc_buf_create()
670 int smc_buf_create(struct smc_sock *smc) in smc_buf_create()
Dsmc_cdc.c37 struct smc_sock *smc; in smc_cdc_tx_handler() local
172 static void smc_cdc_msg_recv_action(struct smc_sock *smc, in smc_cdc_msg_recv_action()
254 struct smc_sock *smc; in smc_cdc_msg_recv() local
Dsmc_diag.c39 struct smc_sock *smc = smc_sk(sk); in smc_diag_msg_common_fill() local
70 struct smc_sock *smc = smc_sk(sk); in __smc_diag_dump() local
Dsmc.h257 static inline bool using_ipsec(struct smc_sock *smc) in using_ipsec()
263 static inline bool using_ipsec(struct smc_sock *smc) in using_ipsec()