DATAGRAM_POLL

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

datagram_poll - generic datagram poll  

SYNOPSIS

"SYNOPSIS"

unsigned int datagram_poll (struct file * file, struct socket * sock, poll_table * wait);  

ARGUMENTS

file
-- undescribed --
sock
-- undescribed --
wait
-- undescribed --
 

DESCRIPTION

file - file struct sock - socket wait - poll table  

DATAGRAM POLL

Again totally generic. This also handles sequenced packet sockets providing the socket receive queue is only ever holding data ready to receive.  

NOTE

when you _don't_ use this routine for this protocol, and you use a different write policy from sock_writeable then please supply your own write_space callback.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DATAGRAM POLL
NOTE

This document was created by man2html, using the manual pages.
Time: 13:31:24 GMT, October 06, 2005