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()
317 target_size += prot->overhead_size; in tls_trim_both_msgs() 830 prot->overhead_size; in tls_push_record() 859 msg_pl->sg.size + prot->overhead_size); in tls_push_record() 916 msg_pl->sg.size + prot->overhead_size); in bpf_exec_tx_verdict() 1265 const int data_len = rxm->full_len - prot->overhead_size; in tls_sw_sendmsg_locked() 1346 tls_make_aad(dctx->aad, rxm->full_len - prot->overhead_size + in tls_sw_splice_eof() 1506 len = rxm->full_len - prot->overhead_size; in tls_alloc_clrtxt_skb() 1566 rxm->full_len -= prot->overhead_size; in tls_decrypt_sg() 1713 max_rec = prot->overhead_size - prot->tail_size + TLS_MAX_PAYLOAD_SIZE; in tls_decrypt_sw() 1855 to_decrypt = rxm->full_len - prot->overhead_size; in decrypt_skb() [all...]
338 record->len - prot->overhead_size, in tls_device_record_close()
219 u16 overhead_size;215 u16 overhead_size; global() 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()