tls_device_sendmsg  379 include/net/tls.h int tls_device_sendmsg(struct sock *sk, struct msghdr *msg, size_t size);
tls_device_sendmsg  747 net/tls/tls_main.c 	prot[TLS_HW][TLS_BASE].sendmsg		= tls_device_sendmsg;
tls_device_sendmsg  751 net/tls/tls_main.c 	prot[TLS_HW][TLS_SW].sendmsg		= tls_device_sendmsg;