Home
last modified time | relevance | path

Searched refs:srv_first_contact (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/smc/
Dsmc_clc.h191 int smc_clc_send_accept(struct smc_sock *smc, int srv_first_contact);
Dsmc_core.h264 int smc_conn_create(struct smc_sock *smc, bool is_smcd, int srv_first_contact,
Dsmc_core.c581 int smc_conn_create(struct smc_sock *smc, bool is_smcd, int srv_first_contact, in smc_conn_create() argument
598 if ((role == SMC_CLNT) && srv_first_contact) in smc_conn_create()
623 if (role == SMC_CLNT && !srv_first_contact && in smc_conn_create()
Dsmc_clc.c532 int smc_clc_send_accept(struct smc_sock *new_smc, int srv_first_contact) in smc_clc_send_accept() argument
545 if (srv_first_contact) in smc_clc_send_accept()