diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2016-04-21 15:47:01 -0700 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2016-04-22 11:04:14 -0700 |
| commit | 8591a83caea440173feca9008d2c37898bd7dcba (patch) | |
| tree | 44f0fad297c1fa6be0b2f7c5c50425e3aa994cd4 /include/uapi/linux | |
| parent | 20de1c6bc4d1b4636314fd1a372533b45af809b5 (diff) | |
Revert "net: socket ioctl to reset connections matching local address"
Use SOCK_DESTROY from now instead of SIOCKILLADDR
This reverts commit 38f0ec724f5306c81130ca9343c856aa37a76d54.
Change-Id: I2dcd833b66c88a48de8978dce9d72ab78f9af549
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/sockios.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/sockios.h b/include/uapi/linux/sockios.h index 623e9aab645e..e888b1aed69f 100644 --- a/include/uapi/linux/sockios.h +++ b/include/uapi/linux/sockios.h @@ -65,7 +65,6 @@ #define SIOCDIFADDR 0x8936 /* delete PA address */ #define SIOCSIFHWBROADCAST 0x8937 /* set hardware broadcast addr */ #define SIOCGIFCOUNT 0x8938 /* get number of devices */ -#define SIOCKILLADDR 0x8939 /* kill sockets with this local addr */ #define SIOCGIFBR 0x8940 /* Bridging support */ #define SIOCSIFBR 0x8941 /* Set bridging options */ |
