Home
last modified time | relevance | path

Searched refs:hashlimit_net (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/net/netfilter/
Dxt_hashlimit.c54 struct hashlimit_net { struct
61 static inline struct hashlimit_net *hashlimit_pernet(struct net *net) in hashlimit_pernet() argument
280 struct hashlimit_net *hashlimit_net = hashlimit_pernet(net); in htable_create() local
343 hashlimit_net->ipt_hashlimit : hashlimit_net->ip6t_hashlimit, in htable_create()
356 hlist_add_head(&hinfo->node, &hashlimit_net->htables); in htable_create()
393 struct hashlimit_net *hashlimit_net = hashlimit_pernet(hinfo->net); in htable_remove_proc_entry() local
397 parent = hashlimit_net->ipt_hashlimit; in htable_remove_proc_entry()
399 parent = hashlimit_net->ip6t_hashlimit; in htable_remove_proc_entry()
409 struct hashlimit_net *hashlimit_net = hashlimit_pernet(net); in htable_find_get() local
412 hlist_for_each_entry(hinfo, &hashlimit_net->htables, node) { in htable_find_get()
[all …]