Home
last modified time | relevance | path

Searched refs:overhead_size (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/
H A Ddm-log-userspace-transfer.c177 int overhead_size = sizeof(struct dm_ulog_request) + sizeof(struct cn_msg); in dm_consult_userspace() local
186 if (data_size > (DM_ULOG_PREALLOCED_SIZE - overhead_size)) { in dm_consult_userspace()
/linux/net/tls/
H A Dtls_sw.c317 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...]
H A Dtls_device.c338 record->len - prot->overhead_size, in tls_device_record_close()
/linux/include/net/
H A Dtls.h219 u16 overhead_size;
215 u16 overhead_size; global() member
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c1416 u16 overhead_size = 0; in drxdap_fasi_read_block() local
1422 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() local
1599 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()