Searched refs:ctl_table_size (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsysctl.h165 * @ctl_table_size: number of elements pointed by @ctl_table
177 int ctl_table_size; member in struct:ctl_table_header::__anon635::__anon636
/linux-master/fs/proc/
H A Dproc_sysctl.c24 for (size_t i = 0 ; i < header->ctl_table_size && entry->procname; ++i, entry++)
194 head->ctl_table_size = table_size;
235 if (header->ctl_table_size > 0 &&
1193 head->ctl_table_size);
1206 if (header->ctl_table_size == 0 ||
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c4272 size_t ctl_table_size = ARRAY_SIZE(vs_vars); local
4291 ctl_table_size = 0;
4364 ctl_table_size);

Completed in 109 milliseconds