Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/tls/
A Dtls_device.c304 sg_unmark_end(&offload_ctx->sg_tx_data[i]); in tls_push_record()
305 sg_set_page(&offload_ctx->sg_tx_data[i], skb_frag_page(frag), in tls_push_record()
310 sg_mark_end(&offload_ctx->sg_tx_data[record->num_frags - 1]); in tls_push_record()
313 return tls_push_sg(sk, ctx, offload_ctx->sg_tx_data, 0, flags); in tls_push_record()
1186 sg_init_table(offload_ctx->sg_tx_data, in tls_set_device_offload()
1187 ARRAY_SIZE(offload_ctx->sg_tx_data)); in tls_set_device_offload()
/linux-6.3-rc2/include/net/
A Dtls.h172 struct scatterlist sg_tx_data[MAX_SKB_FRAGS]; member

Completed in 7 milliseconds