Home
last modified time | relevance | path

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

/Linux-v5.4/net/tls/
Dtls_device.c413 u32 max_open_record_len; in tls_push_data() local
440 max_open_record_len = TLS_MAX_PAYLOAD_SIZE + in tls_push_data()
471 copy = min_t(size_t, copy, (max_open_record_len - record->len)); in tls_push_data()
492 if (done || record->len >= max_open_record_len || in tls_push_data()