Home
last modified time | relevance | path

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

/net/smc/
Daf_smc.c62 struct smc_sock *smc = smc_sk(sk); in smc_set_keepalive() local
126 static void smc_restore_fallback_changes(struct smc_sock *smc) in smc_restore_fallback_changes()
132 static int __smc_release(struct smc_sock *smc) in __smc_release()
171 struct smc_sock *smc; in smc_release() local
217 struct smc_sock *smc; in smc_sock_alloc() local
249 struct smc_sock *smc; in smc_bind() local
322 static void smc_copy_sock_settings_to_clc(struct smc_sock *smc) in smc_copy_sock_settings_to_clc()
332 static void smc_copy_sock_settings_to_smc(struct smc_sock *smc) in smc_copy_sock_settings_to_smc()
359 static int smc_clnt_conf_first_link(struct smc_sock *smc) in smc_clnt_conf_first_link()
420 static void smcr_conn_save_peer_info(struct smc_sock *smc, in smcr_conn_save_peer_info()
[all …]
Dsmc_close.c25 void smc_clcsock_release(struct smc_sock *smc) in smc_clcsock_release()
50 static void smc_close_stream_wait(struct smc_sock *smc, long timeout) in smc_close_stream_wait()
78 void smc_close_wake_tx_prepared(struct smc_sock *smc) in smc_close_wake_tx_prepared()
112 static void smc_close_active_abort(struct smc_sock *smc) in smc_close_active_abort()
177 int smc_close_active(struct smc_sock *smc) in smc_close_active()
289 static void smc_close_passive_abort_received(struct smc_sock *smc) in smc_close_passive_abort_received()
338 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smc_close_passive_work() local
430 int smc_close_shutdown_write(struct smc_sock *smc) in smc_close_shutdown_write()
490 void smc_close_init(struct smc_sock *smc) in smc_close_init()
Dsmc_rx.c53 static int smc_rx_update_consumer(struct smc_sock *smc, in smc_rx_update_consumer()
94 static void smc_rx_update_cons(struct smc_sock *smc, size_t len) in smc_rx_update_cons()
104 struct smc_sock *smc; member
112 struct smc_sock *smc = priv->smc; in smc_rx_pipe_buf_release() local
152 struct smc_sock *smc) in smc_rx_splice()
199 int smc_rx_wait(struct smc_sock *smc, long *timeo, in smc_rx_wait()
221 static int smc_rx_recv_urg(struct smc_sock *smc, struct msghdr *msg, int len, in smc_rx_recv_urg()
264 static bool smc_rx_recvmsg_data_available(struct smc_sock *smc) in smc_rx_recvmsg_data_available()
283 int smc_rx_recvmsg(struct smc_sock *smc, struct msghdr *msg, in smc_rx_recvmsg()
441 void smc_rx_init(struct smc_sock *smc) in smc_rx_init()
Dsmc_cdc.c31 struct smc_sock *smc; in smc_cdc_tx_handler() local
178 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smcd_cdc_msg_send() local
219 static void smc_cdc_handle_urg_data_arrival(struct smc_sock *smc, in smc_cdc_handle_urg_data_arrival()
239 static void smc_cdc_msg_recv_action(struct smc_sock *smc, in smc_cdc_msg_recv_action()
309 static void smc_cdc_msg_recv(struct smc_sock *smc, struct smc_cdc_msg *cdc) in smc_cdc_msg_recv()
329 struct smc_sock *smc; in smcd_cdc_rx_tsklet() local
357 struct smc_sock *smc; in smc_cdc_rx_handler() local
Dsmc_tx.c43 struct smc_sock *smc = smc_sk(sk); in smc_tx_write_space() local
64 void smc_tx_sndbuf_nonfull(struct smc_sock *smc) in smc_tx_sndbuf_nonfull()
74 static int smc_tx_wait(struct smc_sock *smc, int flags) in smc_tx_wait()
123 static bool smc_tx_is_corked(struct smc_sock *smc) in smc_tx_is_corked()
133 int smc_tx_sendmsg(struct smc_sock *smc, struct msghdr *msg, size_t len) in smc_tx_sendmsg()
493 struct smc_sock *smc = in smcr_tx_sndbuf_nonempty() local
557 struct smc_sock *smc = container_of(conn, struct smc_sock, in smc_tx_sndbuf_nonempty() local
572 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smc_tx_work() local
626 void smc_tx_init(struct smc_sock *smc) in smc_tx_init()
Dsmc_core.c95 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in smc_lgr_register_conn() local
115 struct smc_sock *smc = container_of(conn, struct smc_sock, conn); in __smc_lgr_unregister_conn() local
198 static int smc_lgr_create(struct smc_sock *smc, struct smc_init_info *ini) in smc_lgr_create()
461 struct smc_sock *smc; in __smc_lgr_terminate() local
612 int smc_conn_create(struct smc_sock *smc, struct smc_init_info *ini) in smc_conn_create()
835 static int __smc_buf_create(struct smc_sock *smc, bool is_smcd, bool is_rmb) in __smc_buf_create()
956 int smc_buf_create(struct smc_sock *smc, bool is_smcd) in smc_buf_create()
Dsmc_clc.c270 int smc_clc_wait_msg(struct smc_sock *smc, void *buf, int buflen, in smc_clc_wait_msg()
362 int smc_clc_send_decline(struct smc_sock *smc, u32 peer_diag_info) in smc_clc_send_decline()
390 int smc_clc_send_proposal(struct smc_sock *smc, int smc_type, in smc_clc_send_proposal()
467 int smc_clc_send_confirm(struct smc_sock *smc) in smc_clc_send_confirm()
Dsmc_diag.c40 struct smc_sock *smc = smc_sk(sk); in smc_diag_msg_common_fill() local
81 struct smc_sock *smc = smc_sk(sk); in __smc_diag_dump() local
Dsmc.h253 static inline bool using_ipsec(struct smc_sock *smc) in using_ipsec()
259 static inline bool using_ipsec(struct smc_sock *smc) in using_ipsec()