Searched hist:"5 d2e5f274f9e9a06fb934dd45260e2616a9992e6" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | sock_diag.h | diff 5d2e5f274f9e9a06fb934dd45260e2616a9992e6 Thu Dec 29 18:53:13 CST 2011 Pavel Emelyanov <xemul@parallels.com> sock_diag: Introduce the meminfo nla core (v2)
Add a routine that dumps memory-related values of a socket. It's made as an array to make it possible to add more stuff here later without breaking compatibility.
Since v1: The SK_MEMINFO_ constants are in userspace visible part of sock_diag.h, the rest is under __KERNEL__.
Signed-off-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | sock_diag.c | diff 5d2e5f274f9e9a06fb934dd45260e2616a9992e6 Thu Dec 29 18:53:13 CST 2011 Pavel Emelyanov <xemul@parallels.com> sock_diag: Introduce the meminfo nla core (v2)
Add a routine that dumps memory-related values of a socket. It's made as an array to make it possible to add more stuff here later without breaking compatibility.
Since v1: The SK_MEMINFO_ constants are in userspace visible part of sock_diag.h, the rest is under __KERNEL__.
Signed-off-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|