Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/netfilter/
H A Dip_tables.c1725 const struct nf_hook_ops *template_ops) in ipt_register_table() argument
1761 if (!template_ops) in ipt_register_table()
1770 ops = kmemdup(template_ops, sizeof(*ops) * num_ops, GFP_KERNEL); in ipt_register_table()
H A Darp_tables.c1511 const struct nf_hook_ops *template_ops) in arpt_register_table() argument
1550 ops = kmemdup(template_ops, sizeof(*ops) * num_ops, GFP_KERNEL); in arpt_register_table()
/openbmc/linux/net/ipv6/netfilter/
H A Dip6_tables.c1734 const struct nf_hook_ops *template_ops) in ip6t_register_table() argument
1767 if (!template_ops) in ip6t_register_table()
1776 ops = kmemdup(template_ops, sizeof(*ops) * num_ops, GFP_KERNEL); in ip6t_register_table()
/openbmc/linux/net/bridge/netfilter/
H A Debtables.c1182 const struct nf_hook_ops *template_ops) in ebt_register_table() argument
1259 ops = kmemdup(template_ops, sizeof(*ops) * num_ops, GFP_KERNEL); in ebt_register_table()