Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_device.c428 u32 max_open_record_len; in tls_push_data() local
456 max_open_record_len = TLS_MAX_PAYLOAD_SIZE + in tls_push_data()
486 copy = min_t(size_t, copy, (max_open_record_len - record->len)); in tls_push_data()
508 if (done || record->len >= max_open_record_len || in tls_push_data()