Searched hist:"457 c79e54487b076cafa0e1ec5f177e751c54087" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | netlink_diag.h | diff 457c79e54487b076cafa0e1ec5f177e751c54087 Mon Apr 03 20:13:32 CDT 2017 Andrey Vagin <avagin@openvz.org> netlink/diag: report flags for netlink sockets
cb_running is reported in /proc/self/net/netlink and it is reported by the ss tool, when it gets information from the proc files.
sock_diag is a new interface which is used instead of proc files, so it looks reasonable that this interface has to report no less information about sockets than proc files.
We use these flags to dump and restore netlink sockets.
Signed-off-by: Andrei Vagin <avagin@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/netlink/ |
H A D | diag.c | diff 457c79e54487b076cafa0e1ec5f177e751c54087 Mon Apr 03 20:13:32 CDT 2017 Andrey Vagin <avagin@openvz.org> netlink/diag: report flags for netlink sockets
cb_running is reported in /proc/self/net/netlink and it is reported by the ss tool, when it gets information from the proc files.
sock_diag is a new interface which is used instead of proc files, so it looks reasonable that this interface has to report no less information about sockets than proc files.
We use these flags to dump and restore netlink sockets.
Signed-off-by: Andrei Vagin <avagin@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | af_netlink.h | diff 457c79e54487b076cafa0e1ec5f177e751c54087 Mon Apr 03 20:13:32 CDT 2017 Andrey Vagin <avagin@openvz.org> netlink/diag: report flags for netlink sockets
cb_running is reported in /proc/self/net/netlink and it is reported by the ss tool, when it gets information from the proc files.
sock_diag is a new interface which is used instead of proc files, so it looks reasonable that this interface has to report no less information about sockets than proc files.
We use these flags to dump and restore netlink sockets.
Signed-off-by: Andrei Vagin <avagin@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | af_netlink.c | diff 457c79e54487b076cafa0e1ec5f177e751c54087 Mon Apr 03 20:13:32 CDT 2017 Andrey Vagin <avagin@openvz.org> netlink/diag: report flags for netlink sockets
cb_running is reported in /proc/self/net/netlink and it is reported by the ss tool, when it gets information from the proc files.
sock_diag is a new interface which is used instead of proc files, so it looks reasonable that this interface has to report no less information about sockets than proc files.
We use these flags to dump and restore netlink sockets.
Signed-off-by: Andrei Vagin <avagin@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|