Home
last modified time | relevance | path

Searched hist:"9 d7bf41f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/
H A Dsocket.c9d7bf41f Mon Jun 03 16:06:00 CDT 2019 Arnd Bergmann <arnd@arndb.de> compat_ioctl: handle SIOCOUTQNSD

Unlike the normal SIOCOUTQ, SIOCOUTQNSD was never handled in compat
mode. Add it to the common socket compat handler along with similar
ones.

Fixes: 2f4e1b397097 ("tcp: ioctl type SIOCOUTQNSD returns amount of data not sent")
Cc: Eric Dumazet <edumazet@google.com>
Cc: netdev@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>