Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls.h159 bool tls_sw_sock_is_readable(struct sock *sk);
H A Dtls_main.c910 prot[TLS_BASE][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
915 prot[TLS_SW][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
H A Dtls_sw.c2342 bool tls_sw_sock_is_readable(struct sock *sk) in tls_sw_sock_is_readable() function