Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_main.c156 return ctx->push_pending_record(sk, flags); in tls_handle_open_record()
203 return ctx->push_pending_record(sk, flags); in tls_push_pending_closed_record()
Dtls_device.c744 ctx->push_pending_record = tls_device_push_pending_record; in tls_set_device_offload()
Dtls_sw.c1273 ctx->push_pending_record = tls_sw_push_pending_record; in tls_set_sw_offload()
/Linux-v4.19/include/net/
Dtls.h202 int (*push_pending_record)(struct sock *sk, int flags); member