Searched refs:sock_is_readable (Results 1 – 6 of 6) sorted by relevance
111 prot->sock_is_readable = sk_msg_is_readable; in unix_dgram_bpf_rebuild_protos()120 prot->sock_is_readable = sk_msg_is_readable; in unix_stream_bpf_rebuild_protos()
131 prot->sock_is_readable = sk_msg_is_readable; in vsock_bpf_rebuild_protos()
133 prot->sock_is_readable = sk_msg_is_readable; in udp_bpf_rebuild_protos()
631 prot[TCP_BPF_BASE].sock_is_readable = sk_msg_is_readable; in tcp_bpf_rebuild_protos()
1017 prot[TLS_BASE][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()1022 prot[TLS_SW][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
1351 bool (*sock_is_readable)(struct sock *sk); member3141 if (prot->sock_is_readable) in sk_is_readable()3142 return prot->sock_is_readable(sk); in sk_is_readable()