Home
last modified time | relevance | path

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

/net/tls/
Dtls_strp.c388 int need_spc, len; in tls_strp_read_copy() local
401 need_spc = strp->stm.full_len ?: TLS_MAX_PAYLOAD_SIZE + PAGE_SIZE; in tls_strp_read_copy()
403 for (len = need_spc; len > 0; len -= PAGE_SIZE) { in tls_strp_read_copy()
419 strp->anchor->truesize = round_up(need_spc, PAGE_SIZE); in tls_strp_read_copy()