Searched refs:template_ops (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/net/ipv4/netfilter/ |
D | ip_tables.c | 1725 const struct nf_hook_ops *template_ops) in ipt_register_table() argument 1761 if (!template_ops) in ipt_register_table() 1770 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in ipt_register_table()
|
D | arp_tables.c | 1511 const struct nf_hook_ops *template_ops) in arpt_register_table() argument 1550 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in arpt_register_table()
|
/linux-6.12.1/net/ipv6/netfilter/ |
D | ip6_tables.c | 1734 const struct nf_hook_ops *template_ops) in ip6t_register_table() argument 1767 if (!template_ops) in ip6t_register_table() 1776 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in ip6t_register_table()
|
/linux-6.12.1/net/bridge/netfilter/ |
D | ebtables.c | 1182 const struct nf_hook_ops *template_ops) in ebt_register_table() argument 1259 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in ebt_register_table()
|