Searched refs:ipv4_vs_table (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/net/ipv4/ipvs/ |
D | ip_vs_ctl.c | 1374 static struct ip_vs_sysctl_table ipv4_vs_table = { variable 1448 {{NET_IPV4_VS, "vs", NULL, 0, 0555, ipv4_vs_table.vs_vars}, 1450 {{NET_IPV4, "ipv4", NULL, 0, 0555, ipv4_vs_table.vs_dir}, 1452 {{CTL_NET, "net", NULL, 0, 0555, ipv4_vs_table.ipv4_dir}, 2135 ipv4_vs_table.sysctl_header = in ip_vs_control_init() 2136 register_sysctl_table(ipv4_vs_table.root_dir, 0); in ip_vs_control_init() 2169 unregister_sysctl_table(ipv4_vs_table.sysctl_header); in ip_vs_control_cleanup()
|