Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conncount.c57 struct nf_conncount_root { struct
66 struct nf_conncount_root root[CONNCOUNT_SLOTS]; argument
376 static void tree_nodes_free(struct nf_conncount_root *root, in tree_nodes_free()
411 struct nf_conncount_root *root = &data->root[hash]; in insert_tree()
499 find_tree_node(struct nf_conncount_root *root, struct nf_conncount_data *data, in find_tree_node()
540 struct nf_conncount_root *root; in count_tree()
601 struct nf_conncount_root *root; in tree_gc_worker()
678 static void nf_conncount_root_init(struct nf_conncount_root *r) in nf_conncount_root_init()
720 static void destroy_tree(struct nf_conncount_root *r) in destroy_tree()