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

/linux-master/net/netfilter/
H A Dcore.c200 struct nf_hook_entries *new_hooks; local
204 new_hooks = nf_hook_entries_grow(p, reg);
205 if (IS_ERR(new_hooks))
206 return PTR_ERR(new_hooks);
208 hooks_validate(new_hooks);
210 rcu_assign_pointer(*pp, new_hooks);
212 BUG_ON(p == new_hooks);
399 struct nf_hook_entries *p, *new_hooks; local
435 new_hooks = nf_hook_entries_grow(p, reg);
437 if (!IS_ERR(new_hooks)) {
[all...]

Completed in 151 milliseconds