sctp: implement SIOCINQ ioctl() (take 3)
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 3 Sep 2010 03:47:03 +0000 (03:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Sep 2010 20:08:05 +0000 (13:08 -0700)
This simple patch copies the current approach for SIOCINQ ioctl() from DCCP
into SCTP so that the userland code working with SCTP can use a similar
interface across different protocols to know how much space to allocate for
a buffer.

Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found