Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_strp.c389 int need_spc, len; in tls_strp_read_copy() local
402 need_spc = strp->stm.full_len ?: TLS_MAX_PAYLOAD_SIZE + PAGE_SIZE; in tls_strp_read_copy()
404 for (len = need_spc; len > 0; len -= PAGE_SIZE) { in tls_strp_read_copy()
420 strp->anchor->truesize = round_up(need_spc, PAGE_SIZE); in tls_strp_read_copy()