Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtls_prot.h31 TLS_ALERT_LEVEL_FATAL = 2, enumerator
/openbmc/linux/include/trace/events/
H A Dhandshake.h38 TRACE_DEFINE_ENUM(TLS_ALERT_LEVEL_FATAL);
43 { TLS_ALERT_LEVEL_FATAL, "Fatal" })
/openbmc/linux/net/sunrpc/
H A Dsvcsock.c249 ret = (level == TLS_ALERT_LEVEL_FATAL) ? in svc_tcp_sock_process_cmsg()
H A Dxprtsock.c378 ret = (level == TLS_ALERT_LEVEL_FATAL) ? in xs_sock_process_cmsg()