Searched refs:tls_push_sg (Results 1 – 4 of 4) sorted by relevance
/linux/net/tls/ |
A D | tls_main.c | 102 int tls_push_sg(struct sock *sk, in tls_push_sg() function 212 return tls_push_sg(sk, ctx, sg, offset, flags); in tls_push_partial_record()
|
A D | tls_device.c | 300 return tls_push_sg(sk, ctx, offload_ctx->sg_tx_data, 0, flags); in tls_push_record()
|
A D | tls_sw.c | 415 rc = tls_push_sg(sk, tls_ctx, in tls_tx_records()
|
/linux/include/net/ |
A D | tls.h | 405 int tls_push_sg(struct sock *sk, struct tls_context *ctx,
|
Completed in 19 milliseconds