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

/linux-master/net/netfilter/
H A Dxt_hashlimit.c51 MODULE_ALIAS("ipt_hashlimit");
56 struct proc_dir_entry *ipt_hashlimit; member in struct:hashlimit_net
343 hashlimit_net->ipt_hashlimit : hashlimit_net->ip6t_hashlimit,
397 parent = hashlimit_net->ipt_hashlimit;
1237 hashlimit_net->ipt_hashlimit = proc_mkdir("ipt_hashlimit", net->proc_net);
1238 if (!hashlimit_net->ipt_hashlimit)
1243 remove_proc_entry("ipt_hashlimit", net->proc_net);
1256 * Make sure that the parent ipt_hashlimit and ip6t_hashlimit proc
1262 hashlimit_net->ipt_hashlimit
[all...]

Completed in 285 milliseconds