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

/linux-master/net/netfilter/
H A Dxt_hashlimit.c52 MODULE_ALIAS("ip6t_hashlimit");
57 struct proc_dir_entry *ip6t_hashlimit; member in struct:hashlimit_net
343 hashlimit_net->ipt_hashlimit : hashlimit_net->ip6t_hashlimit,
399 parent = hashlimit_net->ip6t_hashlimit;
1241 hashlimit_net->ip6t_hashlimit = proc_mkdir("ip6t_hashlimit", net->proc_net);
1242 if (!hashlimit_net->ip6t_hashlimit) {
1256 * Make sure that the parent ipt_hashlimit and ip6t_hashlimit proc
1263 hashlimit_net->ip6t_hashlimit = NULL;
1268 remove_proc_entry("ip6t_hashlimit", ne
[all...]

Completed in 99 milliseconds