Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_main.c964 prot[TLS_BASE][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
969 prot[TLS_SW][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
H A Dtls_sw.c2399 bool tls_sw_sock_is_readable(struct sock *sk) in tls_sw_sock_is_readable() function