Home
last modified time | relevance | path

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

/net/unix/
Dunix_bpf.c108 prot->sock_is_readable = sk_msg_is_readable; in unix_dgram_bpf_rebuild_protos()
117 prot->sock_is_readable = sk_msg_is_readable; in unix_stream_bpf_rebuild_protos()
/net/ipv4/
Dudp_bpf.c120 prot->sock_is_readable = sk_msg_is_readable; in udp_bpf_rebuild_protos()
Dtcp_bpf.c559 prot[TCP_BPF_BASE].sock_is_readable = sk_msg_is_readable; in tcp_bpf_rebuild_protos()
/net/core/
Dskmsg.c490 bool sk_msg_is_readable(struct sock *sk) in sk_msg_is_readable() function
502 EXPORT_SYMBOL_GPL(sk_msg_is_readable);