Home
last modified time | relevance | path

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

/openbmc/linux/net/vmw_vsock/
H A Dvsock_bpf.c121 .sock_is_readable = sk_msg_is_readable,
130 prot->sock_is_readable = sk_msg_is_readable; in vsock_bpf_rebuild_protos()
/openbmc/linux/net/unix/
H 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()
/openbmc/linux/net/ipv4/
H A Dudp_bpf.c119 prot->sock_is_readable = sk_msg_is_readable; in udp_bpf_rebuild_protos()
H A Dtcp_bpf.c608 prot[TCP_BPF_BASE].sock_is_readable = sk_msg_is_readable; in tcp_bpf_rebuild_protos()
/openbmc/linux/net/tls/
H A Dtls_main.c910 prot[TLS_BASE][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
915 prot[TLS_SW][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
/openbmc/linux/include/net/
H A Dsock.h1319 bool (*sock_is_readable)(struct sock *sk); member
3031 if (sk->sk_prot->sock_is_readable) in sk_is_readable()
3032 return sk->sk_prot->sock_is_readable(sk); in sk_is_readable()