Searched refs:template_ops (Results 1 – 3 of 3) sorted by relevance
321 const struct nf_hook_ops *template_ops,
1557 const struct nf_hook_ops *template_ops, in xt_register_table() argument1573 if (template_ops) { in xt_register_table()1574 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in xt_register_table()
1181 const struct nf_hook_ops *template_ops) in ebt_register_table() argument1258 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in ebt_register_table()