Searched refs:CTL_MAXNAME (Results 1 – 4 of 4) sorted by relevance
9 #define CTL_MAXNAME 10 macro25 (MAX_METADATA_PAYLOAD_LEN + MAX_CGROUP_PAYLOAD_LEN + CTL_MAXNAME + MAX_PATH)
581 CTL_MAXNAME, buf); in BPF_KPROBE()583 if (sysctl_val_length <= CTL_MAXNAME) { in BPF_KPROBE()
117 int qoid[CTL_MAXNAME + 2]; in oidfmt()356 int real_oid[CTL_MAXNAME + 2]; in do_freebsd_sysctl_oid()364 int real_oid[CTL_MAXNAME + 2]; in do_freebsd_sysctl_oid()488 int oid[CTL_MAXNAME + 2]; in do_freebsd_sysctlbyname()
30 #define CTL_MAXNAME 10 /* how many path components do we allow in a macro