Home
last modified time | relevance | path

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

/openbmc/linux/net/handshake/
H A Dalert.c74 u8 tls_get_record_type(const struct sock *sk, const struct cmsghdr *cmsg) in tls_get_record_type() function
87 EXPORT_SYMBOL(tls_get_record_type);
/openbmc/linux/include/net/
H A Dhandshake.h45 u8 tls_get_record_type(const struct sock *sk, const struct cmsghdr *msg);
/openbmc/linux/net/sunrpc/
H A Dsvcsock.c234 u8 content_type = tls_get_record_type(sock->sk, cmsg); in svc_tcp_sock_process_cmsg()