Home
last modified time | relevance | path

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

/Linux-v5.10/net/tls/
Dtls_device.c425 u32 max_open_record_len; in tls_push_data() local
453 max_open_record_len = TLS_MAX_PAYLOAD_SIZE + in tls_push_data()
483 copy = min_t(size_t, copy, (max_open_record_len - record->len)); in tls_push_data()
503 if (done || record->len >= max_open_record_len || in tls_push_data()