Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dtls.h244 int (*push_pending_record)(struct sock *sk, int flags); member
/Linux-v6.1/net/tls/
Dtls_main.c181 return ctx->push_pending_record(sk, flags); in tls_handle_open_record()
Dtls_device.c1188 ctx->push_pending_record = tls_device_push_pending_record; in tls_set_device_offload()
Dtls_sw.c2720 ctx->push_pending_record = tls_sw_push_pending_record; in tls_set_sw_offload()