Home
last modified time | relevance | path

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

/net/tls/
Dtls_main.c747 prot[TLS_HW][TLS_BASE].sendmsg = tls_device_sendmsg; in build_protos()
751 prot[TLS_HW][TLS_SW].sendmsg = tls_device_sendmsg; in build_protos()
Dtls_device.c523 int tls_device_sendmsg(struct sock *sk, struct msghdr *msg, size_t size) in tls_device_sendmsg() function