Re: [PATCH v6 2/4] net: diag: Add the ability to destroy a socket.

2015-12-15 Thread Eric Dumazet
On Wed, 2015-12-16 at 02:17 +0900, Lorenzo Colitti wrote: > This adds a diag_destroy pointer to struct proto that allows a > socket to be administratively closed without any action from the > process owning the socket or the socket protocol. > > Signed-off-by: Lorenzo Colitti Acked-by: Eric Dum

[PATCH v6 2/4] net: diag: Add the ability to destroy a socket.

2015-12-15 Thread Lorenzo Colitti
This adds a diag_destroy pointer to struct proto that allows a socket to be administratively closed without any action from the process owning the socket or the socket protocol. This allows a privileged userspace process, such as a connection manager or system administration tool, to close sockets