commit | 65040c33ee8d0199ab7686402bffdbf9e1e26cbe | [log] [tgz] |
---|---|---|
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | Fri Sep 03 03:47:03 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 08 13:08:05 2010 -0700 |
tree | 4c8a35d0b6da2964a0de8f6668c0f5f47efe2825 | |
parent | 2edae08e5b75269855fef3c74fe4292c066e7c33 [diff] |
sctp: implement SIOCINQ ioctl() (take 3) 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>