Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls.h166 int tls_device_sendmsg(struct sock *sk, struct msghdr *msg, size_t size);
H A Dtls_main.c920 prot[TLS_HW][TLS_BASE].sendmsg = tls_device_sendmsg; in build_protos()
924 prot[TLS_HW][TLS_SW].sendmsg = tls_device_sendmsg; in build_protos()
H A Dtls_device.c568 int tls_device_sendmsg(struct sock *sk, struct msghdr *msg, size_t size) in tls_device_sendmsg() function