Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls.h162 bool tls_sw_sock_is_readable(struct sock *sk);
H A Dtls_main.c915 prot[TLS_BASE][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
920 prot[TLS_SW][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
H A Dtls_sw.c2341 bool tls_sw_sock_is_readable(struct sock *sk) in tls_sw_sock_is_readable() function