Lines Matching defs:body
40 struct crypto_body *body = NULL;
43 hmdfs_info("crpto body len %u is err", len);
46 body = (struct crypto_body *)data;
49 body->crypto |= HMDFS_HS_CRYPTO_KTLS_AES128;
50 body->crypto = cpu_to_le32(body->crypto);
52 hmdfs_info("fill crypto. ccrtypto=0x%08x", body->crypto);
75 struct case_sense_body *body = (struct case_sense_body *)data;
81 body->case_sensitive = conn_impl->node->sbi->s_case_sensitive;
87 struct case_sense_body *body = (struct case_sense_body *)data;
94 if (body->case_sensitive != sensitive) {
96 body->case_sensitive, sensitive, ops);
105 struct feature_body *body = (struct feature_body *)data;
111 body->features = cpu_to_le64(conn_impl->node->sbi->s_features);
112 body->reserved = cpu_to_le64(0);
118 struct feature_body *body = (struct feature_body *)data;
125 conn_impl->node->features = le64_to_cpu(body->features);
178 uint8_t *body = NULL;
199 body = (uint8_t *)extend_data + offset;
207 body, s_hs_extend_reg[i].len);
220 uint8_t *body = NULL;
257 body = (uint8_t *)extend_data + offset;
262 body, len);