Home
last modified time | relevance | path

Searched refs:sock_is_readable (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/net/unix/
A Dunix_bpf.c107 prot->sock_is_readable = sk_msg_is_readable; in unix_dgram_bpf_rebuild_protos()
116 prot->sock_is_readable = sk_msg_is_readable; in unix_stream_bpf_rebuild_protos()
/linux-6.3-rc2/net/ipv4/
A Dudp_bpf.c119 prot->sock_is_readable = sk_msg_is_readable; in udp_bpf_rebuild_protos()
A Dtcp_bpf.c560 prot[TCP_BPF_BASE].sock_is_readable = sk_msg_is_readable; in tcp_bpf_rebuild_protos()
/linux-6.3-rc2/net/tls/
A Dtls_main.c992 prot[TLS_BASE][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
997 prot[TLS_SW][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
/linux-6.3-rc2/include/net/
A Dsock.h1304 bool (*sock_is_readable)(struct sock *sk); member
2966 if (sk->sk_prot->sock_is_readable) in sk_is_readable()
2967 return sk->sk_prot->sock_is_readable(sk); in sk_is_readable()

Completed in 15 milliseconds