Home
last modified time | relevance | path

Searched refs:SK_MEMINFO_VARS (Results 1 – 7 of 7) sorted by relevance

/external/strace/linux/
Dsock_diag.h7 #define SK_MEMINFO_VARS 9 macro
/external/iproute2/include/uapi/linux/
Dsock_diag.h26 SK_MEMINFO_VARS, enumerator
/external/kernel-headers/original/uapi/linux/
Dsock_diag.h26 SK_MEMINFO_VARS, enumerator
/external/strace/tests-mx32/
Dnlattr_inet_diag_msg.c134 static uint32_t bigmem[SK_MEMINFO_VARS + 1]; in main()
/external/strace/tests-m32/
Dnlattr_inet_diag_msg.c134 static uint32_t bigmem[SK_MEMINFO_VARS + 1]; in main()
/external/strace/tests/
Dnlattr_inet_diag_msg.c134 static uint32_t bigmem[SK_MEMINFO_VARS + 1]; in main()
/external/strace/
DChangeLog2898 nlattr: do not assume that SK_MEMINFO_VARS is constant.
2899 SK_MEMINFO_VARS changes over time (as it was in Linux commit
14096 * netlink_sock_diag.c (decode_meminfo): Do not apply SK_MEMINFO_VARS
14099 if the element count exceeds SK_MEMINFO_VARS.
14997 * linux/sock_diag.h (SK_MEMINFO_VARS): New macro.