Home
last modified time | relevance | path

Searched refs:xt_hook_ops_alloc (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/net/ipv4/netfilter/
H A Diptable_security.c74 sectbl_ops = xt_hook_ops_alloc(&security_table, ipt_do_table); in iptable_security_init()
H A Darptable_filter.c67 arpfilter_ops = xt_hook_ops_alloc(&packet_filter, arpt_do_table); in arptable_filter_init()
H A Diptable_filter.c86 filter_ops = xt_hook_ops_alloc(&packet_filter, ipt_do_table); in iptable_filter_init()
H A Diptable_raw.c85 rawtable_ops = xt_hook_ops_alloc(table, ipt_do_table); in iptable_raw_init()
H A Diptable_mangle.c118 mangle_ops = xt_hook_ops_alloc(&packet_mangler, iptable_mangle_hook); in iptable_mangle_init()
/openbmc/linux/net/ipv6/netfilter/
H A Dip6table_security.c73 sectbl_ops = xt_hook_ops_alloc(&security_table, ip6t_do_table); in ip6table_security_init()
H A Dip6table_filter.c85 filter_ops = xt_hook_ops_alloc(&packet_filter, ip6t_do_table); in ip6table_filter_init()
H A Dip6table_raw.c83 rawtable_ops = xt_hook_ops_alloc(table, ip6t_do_table); in ip6table_raw_init()
H A Dip6table_mangle.c112 mangle_ops = xt_hook_ops_alloc(&packet_mangler, ip6table_mangle_hook); in ip6table_mangle_init()
/openbmc/linux/include/linux/netfilter/
H A Dx_tables.h450 struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
/openbmc/linux/net/netfilter/
H A Dx_tables.c1732 xt_hook_ops_alloc(const struct xt_table *table, nf_hookfn *fn) in xt_hook_ops_alloc() function
1759 EXPORT_SYMBOL_GPL(xt_hook_ops_alloc);