Home
last modified time | relevance | path

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

/Linux-v6.6/net/tls/
Dtls_device.c436 u32 max_open_record_len; in tls_push_data() local
468 max_open_record_len = TLS_MAX_PAYLOAD_SIZE + in tls_push_data()
498 copy = min_t(size_t, size, max_open_record_len - record->len); in tls_push_data()
545 if (done || record->len >= max_open_record_len || in tls_push_data()