Lines Matching defs:cclc
1215 struct smc_clc_msg_accept_confirm cclc;
1220 memset(&cclc, 0, sizeof(cclc));
1221 cclc.hdr.type = SMC_CLC_CONFIRM;
1222 len = smc_clc_send_confirm_accept(smc, &cclc, clnt_first_contact,
1224 if (len < ntohs(cclc.hdr.length)) {
1312 int smc_clc_v2x_features_confirm_check(struct smc_clc_msg_accept_confirm *cclc,
1316 smc_get_clc_first_contact_ext(cclc, ini->is_smcd);
1320 if (cclc->hdr.version == SMC_V1 ||
1321 !(cclc->hdr.typev2 & SMC_FIRST_CONTACT_MASK))