Home
last modified time | relevance | path

Searched refs:sk_msg_is_readable (Results 1 – 6 of 6) 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/ipv4/
H A Dudp_bpf.c133 prot->sock_is_readable = sk_msg_is_readable;
H A Dtcp_bpf.c631 prot[TCP_BPF_BASE].sock_is_readable = sk_msg_is_readable; in tcp_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/core/
H A Dskmsg.c507 bool sk_msg_is_readable(struct sock *sk) in sk_msg_is_readable() function
519 EXPORT_SYMBOL_GPL(sk_msg_is_readable);
/linux/include/linux/
H A Dskmsg.h148 bool sk_msg_is_readable(struct sock *sk);