Searched refs:smc_clc_send_decline (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_clc.h | 325 int smc_clc_send_decline(struct smc_sock *smc, u32 peer_diag_info, u8 version);
|
H A D | smc_clc.c | 447 int smc_clc_send_decline(struct smc_sock *smc, u32 peer_diag_info, u8 version) in smc_clc_send_decline() function
|
H A D | af_smc.c | 575 rc = smc_clc_send_decline(smc, reason_code, version); in smc_connect_decline_fallback() 1366 if (smc_clc_send_decline(new_smc, reason_code, version) < 0) { in smc_listen_decline()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_clc.h | 419 int smc_clc_send_decline(struct smc_sock *smc, u32 peer_diag_info, u8 version);
|
H A D | smc_clc.c | 787 int smc_clc_send_decline(struct smc_sock *smc, u32 peer_diag_info, u8 version) in smc_clc_send_decline() function
|
H A D | af_smc.c | 977 rc = smc_clc_send_decline(smc, reason_code, version); in smc_connect_decline_fallback() 1967 if (smc_clc_send_decline(new_smc, reason_code, version) < 0) { in smc_listen_decline()
|
Completed in 12 milliseconds