Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tls/
Dtls_main.c721 prot[TLS_BASE][TLS_SW].stream_memory_read = tls_sw_stream_read; in build_protos()
726 prot[TLS_SW][TLS_SW].stream_memory_read = tls_sw_stream_read; in build_protos()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_bpf.c586 prot[TCP_BPF_BASE].stream_memory_read = tcp_bpf_stream_read; in tcp_bpf_rebuild_protos()
Dtcp.c491 if (sk->sk_prot->stream_memory_read) in tcp_stream_is_readable()
492 return sk->sk_prot->stream_memory_read(sk); in tcp_stream_is_readable()
/kernel/linux/linux-5.10/include/net/
Dsock.h1221 bool (*stream_memory_read)(const struct sock *sk); member