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

/linux-master/net/ipv4/
H A Dsysctl_net_ipv4.c581 static struct ctl_table ipv4_net_table[] = { variable in typeref:struct:ctl_table
1512 table = ipv4_net_table;
1516 table = kmemdup(table, sizeof(ipv4_net_table), GFP_KERNEL);
1520 for (i = 0; i < ARRAY_SIZE(ipv4_net_table) - 1; i++) {
1536 ARRAY_SIZE(ipv4_net_table));

Completed in 419 milliseconds