Searched refs:template_ops (Results 1 – 4 of 4) sorted by relevance
1717 const struct nf_hook_ops *template_ops) in ipt_register_table() argument1753 if (!template_ops) in ipt_register_table()1762 ops = kmemdup(template_ops, sizeof(*ops) * num_ops, GFP_KERNEL); in ipt_register_table()
1503 const struct nf_hook_ops *template_ops) in arpt_register_table() argument1542 ops = kmemdup(template_ops, sizeof(*ops) * num_ops, GFP_KERNEL); in arpt_register_table()
1726 const struct nf_hook_ops *template_ops) in ip6t_register_table() argument1759 if (!template_ops) in ip6t_register_table()1768 ops = kmemdup(template_ops, sizeof(*ops) * num_ops, GFP_KERNEL); in ip6t_register_table()
1180 const struct nf_hook_ops *template_ops) in ebt_register_table() argument1257 ops = kmemdup(template_ops, sizeof(*ops) * num_ops, GFP_KERNEL); in ebt_register_table()