Home
last modified time | relevance | path

Searched refs:datagram_poll (Results 1 – 10 of 10) sorted by relevance

/linux/net/nfc/
H A Drawsock.c288 .poll = datagram_poll,
306 .poll = datagram_poll,
/linux/net/core/
H A Ddatagram.c1000 __poll_t datagram_poll(struct file *file, struct socket *sock, poll_table *wait) in datagram_poll() function
1005 EXPORT_SYMBOL(datagram_poll);
/linux/net/phonet/
H A Dsocket.c442 .poll = datagram_poll,
/linux/net/qrtr/
H A Daf_qrtr.c1245 .poll = datagram_poll,
/linux/net/x25/
H A Daf_x25.c1743 .poll = datagram_poll,
/linux/net/can/
H A Dbcm.c1786 .poll = datagram_poll,
H A Disotp.c1690 __poll_t mask = datagram_poll(file, sock, wait); in isotp_poll()
/linux/net/packet/
H A Daf_packet.c4299 __poll_t mask = datagram_poll(file, sock, wait); in packet_poll()
4654 .poll = datagram_poll,
/linux/net/netlink/
H A Daf_netlink.c2817 .poll = datagram_poll,
/linux/net/ipv4/
H A Dudp.c3070 __poll_t mask = datagram_poll(file, sock, wait); in udp_poll()