Home
last modified time | relevance | path

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

/linux-6.12.1/net/unix/
Dunix_bpf.c110 prot->sock_is_readable = sk_msg_is_readable; in unix_dgram_bpf_rebuild_protos()
119 prot->sock_is_readable = sk_msg_is_readable; in unix_stream_bpf_rebuild_protos()
/linux-6.12.1/net/vmw_vsock/
Dvsock_bpf.c122 prot->sock_is_readable = sk_msg_is_readable; in vsock_bpf_rebuild_protos()
/linux-6.12.1/net/ipv4/
Dudp_bpf.c119 prot->sock_is_readable = sk_msg_is_readable; in udp_bpf_rebuild_protos()
Dtcp_bpf.c609 prot[TCP_BPF_BASE].sock_is_readable = sk_msg_is_readable; in tcp_bpf_rebuild_protos()
/linux-6.12.1/include/linux/
Dskmsg.h142 bool sk_msg_is_readable(struct sock *sk);
/linux-6.12.1/net/core/
Dskmsg.c489 bool sk_msg_is_readable(struct sock *sk) in sk_msg_is_readable() function
501 EXPORT_SYMBOL_GPL(sk_msg_is_readable);