new_hooks 188 net/netfilter/core.c struct nf_hook_entries *new_hooks; new_hooks 192 net/netfilter/core.c new_hooks = nf_hook_entries_grow(p, reg); new_hooks 193 net/netfilter/core.c if (IS_ERR(new_hooks)) new_hooks 194 net/netfilter/core.c return PTR_ERR(new_hooks); new_hooks 196 net/netfilter/core.c hooks_validate(new_hooks); new_hooks 198 net/netfilter/core.c rcu_assign_pointer(*pp, new_hooks); new_hooks 200 net/netfilter/core.c BUG_ON(p == new_hooks); new_hooks 317 net/netfilter/core.c struct nf_hook_entries *p, *new_hooks; new_hooks 337 net/netfilter/core.c new_hooks = nf_hook_entries_grow(p, reg); new_hooks 339 net/netfilter/core.c if (!IS_ERR(new_hooks)) new_hooks 340 net/netfilter/core.c rcu_assign_pointer(*pp, new_hooks); new_hooks 343 net/netfilter/core.c if (IS_ERR(new_hooks)) new_hooks 344 net/netfilter/core.c return PTR_ERR(new_hooks); new_hooks 346 net/netfilter/core.c hooks_validate(new_hooks); new_hooks 354 net/netfilter/core.c BUG_ON(p == new_hooks);