Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dcore.c107 unsigned int i, alloc_entries, nhooks, old_entries; in nf_hook_entries_grow() local
113 alloc_entries = 1; in nf_hook_entries_grow()
121 alloc_entries++; in nf_hook_entries_grow()
125 if (alloc_entries > MAX_HOOK_COUNT) in nf_hook_entries_grow()
128 new = allocate_hook_entries_size(alloc_entries); in nf_hook_entries_grow()

Completed in 4 milliseconds