Searched refs:overhead_size (Results 1 – 5 of 5) sorted by relevance
177 int overhead_size = sizeof(struct dm_ulog_request) + sizeof(struct cn_msg); in dm_consult_userspace() local186 if (data_size > (DM_ULOG_PREALLOCED_SIZE - overhead_size)) { in dm_consult_userspace()
316 target_size += prot->overhead_size; in tls_trim_both_msgs()747 prot->overhead_size > msg_en->sg.size) || in tls_push_record()750 prot->overhead_size > msg_en->sg.size))) { in tls_push_record()756 split_point, prot->overhead_size, in tls_push_record()772 prot->overhead_size); in tls_push_record()834 sk_msg_trim(sk, msg_en, msg_pl->sg.size + prot->overhead_size); in tls_push_record()1069 prot->overhead_size; in tls_sw_sendmsg_locked()1152 msg_pl->sg.size + prot->overhead_size); in tls_sw_sendmsg_locked()1475 const int data_len = rxm->full_len - prot->overhead_size; in tls_decrypt_sg()1556 tls_make_aad(dctx->aad, rxm->full_len - prot->overhead_size + in tls_decrypt_sg()[all …]
336 record->len - prot->overhead_size, in tls_device_record_close()
210 u16 overhead_size; member
1416 u16 overhead_size = 0; in drxdap_fasi_read_block() local1422 overhead_size = (IS_I2C_10BIT(dev_addr->i2c_addr) ? 2 : 1) + in drxdap_fasi_read_block()1428 (overhead_size > (DRXDAP_MAX_WCHUNKSIZE)) || in drxdap_fasi_read_block()1592 u16 overhead_size = 0; in drxdap_fasi_write_block() local1599 overhead_size = (IS_I2C_10BIT(dev_addr->i2c_addr) ? 2 : 1) + in drxdap_fasi_write_block()1605 (overhead_size > (DRXDAP_MAX_WCHUNKSIZE)) || in drxdap_fasi_write_block()1616 block_size = ((DRXDAP_MAX_WCHUNKSIZE) - overhead_size) & ~1; in drxdap_fasi_write_block()