Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dsysctl.h30 #define CTL_MAXNAME 10 /* how many path components do we allow in a macro
/Linux-v4.19/kernel/
Dsysctl_binary.c1385 int name[CTL_MAXNAME]; in do_sysctl()
1389 if (nlen < 0 || nlen > CTL_MAXNAME) in do_sysctl()