Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtls.h229 int (*push_pending_record)(struct sock *sk, int flags); member
/openbmc/linux/net/tls/
H A Dtls_main.c232 return ctx->push_pending_record(sk, flags); in tls_handle_open_record()
H A Dtls_device.c1147 ctx->push_pending_record = tls_device_push_pending_record; in tls_set_device_offload()
H A Dtls_sw.c2761 ctx->push_pending_record = tls_sw_push_pending_record; in tls_set_sw_offload()