Lines Matching refs:prepend_size
348 size_t prepend_size) in tls_create_new_record() argument
359 prepend_size); in tls_create_new_record()
362 pfrag->offset += prepend_size; in tls_create_new_record()
365 record->len = prepend_size; in tls_create_new_record()
373 size_t prepend_size) in tls_do_allocation() argument
378 if (unlikely(!skb_page_frag_refill(prepend_size, pfrag, in tls_do_allocation()
385 ret = tls_create_new_record(offload_ctx, pfrag, prepend_size); in tls_do_allocation()
469 prot->prepend_size; in tls_push_data()
471 rc = tls_do_allocation(sk, ctx, pfrag, prot->prepend_size); in tls_push_data()
489 } else if (record->len > prot->prepend_size) { in tls_push_data()
1093 prot->prepend_size = TLS_HEADER_SIZE + cipher_desc->iv; in tls_set_device_offload()
1095 prot->overhead_size = prot->prepend_size + prot->tag_size; in tls_set_device_offload()