Home
last modified time | relevance | path

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

/linux-6.1.9/net/tls/
Dtls_strp.c280 int need_spc, len; in tls_strp_read_copy() local
293 need_spc = strp->stm.full_len ?: TLS_MAX_PAYLOAD_SIZE + PAGE_SIZE; in tls_strp_read_copy()
295 for (len = need_spc; len > 0; len -= PAGE_SIZE) { in tls_strp_read_copy()
311 strp->anchor->truesize = round_up(need_spc, PAGE_SIZE); in tls_strp_read_copy()