Home
last modified time | relevance | path

Searched refs:template_ops (Results 1 – 6 of 6) 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/ipv4/netfilter/
H A Darp_tables.c1523 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 Dip_tables.c1725 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 Dip6_tables.c1734 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 Debtables.c1178 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()