Home
last modified time | relevance | path

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

/linux/include/linux/netfilter/
H A Dx_tables.h321 const struct nf_hook_ops *template_ops,
/linux/net/netfilter/
H A Dx_tables.c1557 const struct nf_hook_ops *template_ops, in xt_register_table() argument
1573 if (template_ops) { in xt_register_table()
1574 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in xt_register_table()
/linux/net/bridge/netfilter/
H A Debtables.c1181 const struct nf_hook_ops *template_ops) in ebt_register_table() argument
1258 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in ebt_register_table()