Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/netfilter/
Dip_tables.c1720 const struct nf_hook_ops *template_ops) in ipt_register_table() argument
1752 if (!template_ops) in ipt_register_table()
1761 ops = kmemdup(template_ops, sizeof(*ops) * num_ops, GFP_KERNEL); in ipt_register_table()
Darp_tables.c1503 const struct nf_hook_ops *template_ops) in arpt_register_table() argument
1538 ops = kmemdup(template_ops, sizeof(*ops) * num_ops, GFP_KERNEL); in arpt_register_table()
/linux-5.19.10/net/ipv6/netfilter/
Dip6_tables.c1729 const struct nf_hook_ops *template_ops) in ip6t_register_table() argument
1758 if (!template_ops) in ip6t_register_table()
1767 ops = kmemdup(template_ops, sizeof(*ops) * num_ops, GFP_KERNEL); in ip6t_register_table()
/linux-5.19.10/net/bridge/netfilter/
Debtables.c1178 const struct nf_hook_ops *template_ops) in ebt_register_table() argument
1255 ops = kmemdup(template_ops, sizeof(*ops) * num_ops, GFP_KERNEL); in ebt_register_table()