Home
last modified time | relevance | path

Searched refs:CTL_MAXNAME (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dsysctl.h31 #define CTL_MAXNAME 10 /* how many path components do we allow in a macro
/linux-4.1.27/kernel/
Dsysctl_binary.c1404 int name[CTL_MAXNAME]; in do_sysctl()
1408 if (nlen < 0 || nlen > CTL_MAXNAME) in do_sysctl()