Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dx_tables.c1421 uint8_t i, num_hooks = hweight32(hook_mask); in xt_hook_link() local
1426 ops = kmalloc(sizeof(*ops) * num_hooks, GFP_KERNEL); in xt_hook_link()
1430 for (i = 0, hooknum = 0; i < num_hooks && hook_mask != 0; in xt_hook_link()
1441 ret = nf_register_hooks(ops, num_hooks); in xt_hook_link()