Home
last modified time | relevance | path

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

/Linux-v6.1/net/unix/
Dunix_bpf.c104 prot->sock_is_readable = sk_msg_is_readable; in unix_dgram_bpf_rebuild_protos()
113 prot->sock_is_readable = sk_msg_is_readable; in unix_stream_bpf_rebuild_protos()
/Linux-v6.1/net/ipv4/
Dudp_bpf.c116 prot->sock_is_readable = sk_msg_is_readable; in udp_bpf_rebuild_protos()
Dtcp_bpf.c548 prot[TCP_BPF_BASE].sock_is_readable = sk_msg_is_readable; in tcp_bpf_rebuild_protos()
/Linux-v6.1/net/tls/
Dtls_main.c1005 prot[TLS_BASE][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
1010 prot[TLS_SW][TLS_SW].sock_is_readable = tls_sw_sock_is_readable; in build_protos()
/Linux-v6.1/include/net/
Dsock.h1300 bool (*sock_is_readable)(struct sock *sk); member
2974 if (sk->sk_prot->sock_is_readable) in sk_is_readable()
2975 return sk->sk_prot->sock_is_readable(sk); in sk_is_readable()