Searched refs:template_ops (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 321 const struct nf_hook_ops *template_ops,
|
| /linux/net/netfilter/ |
| H A D | x_tables.c | 1557 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/ipv4/netfilter/ |
| H A D | arp_tables.c | 1523 const struct nf_hook_ops *template_ops) in arpt_register_table() 1544 new_table = xt_register_table(net, table, template_ops, &bootstrap, newinfo); in arpt_register_table() 1522 arpt_register_table(struct net * net,const struct xt_table * table,const struct arpt_replace * repl,const struct nf_hook_ops * template_ops) arpt_register_table() argument
|
| H A D | ip_tables.c | 1725 const struct nf_hook_ops *template_ops) in ipt_register_table() 1746 new_table = xt_register_table(net, table, template_ops, &bootstrap, newinfo); in ipt_register_table() 1724 ipt_register_table(struct net * net,const struct xt_table * table,const struct ipt_replace * repl,const struct nf_hook_ops * template_ops) ipt_register_table() argument
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 1734 const struct nf_hook_ops *template_ops) in ip6t_register_table() 1755 new_table = xt_register_table(net, table, template_ops, &bootstrap, newinfo); in ip6t_register_table() 1733 ip6t_register_table(struct net * net,const struct xt_table * table,const struct ip6t_replace * repl,const struct nf_hook_ops * template_ops) ip6t_register_table() argument
|
| /linux/net/bridge/netfilter/ |
| H A D | ebtables.c | 1178 const struct nf_hook_ops *template_ops) in ebt_register_table() argument 1255 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in ebt_register_table()
|