Home
last modified time | relevance | path

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

/linux/net/unix/
H A Dunix_bpf.c111 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()
/linux/net/vmw_vsock/
H A Dvsock_bpf.c131 prot->sock_is_readable = sk_msg_is_readable; in vsock_bpf_rebuild_protos()
/linux/net/tls/
H A Dtls_main.c1013 prot[TLS_BASE][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
1018 prot[TLS_SW][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
/linux/include/net/
H A Dsock.h1356 bool (*sock_is_readable)(struct sock *sk); member
3181 if (prot->sock_is_readable) in sk_is_readable()
3182 return prot->sock_is_readable(sk); in sk_is_readable()
/linux/net/ipv4/
H A Dtcp_bpf.c647 prot[TCP_BPF_BASE].sock_is_readable = sk_msg_is_readable; in tcp_bpf_rebuild_protos()