Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv6/netfilter/
Dip6table_security.c73 sectbl_ops = xt_hook_ops_alloc(&security_table, ip6t_do_table); in ip6table_security_init()
Dip6table_filter.c85 filter_ops = xt_hook_ops_alloc(&packet_filter, ip6t_do_table); in ip6table_filter_init()
Dip6table_raw.c83 rawtable_ops = xt_hook_ops_alloc(table, ip6t_do_table); in ip6table_raw_init()
Dip6table_mangle.c112 mangle_ops = xt_hook_ops_alloc(&packet_mangler, ip6table_mangle_hook); in ip6table_mangle_init()
/linux-6.1.9/net/ipv4/netfilter/
Diptable_security.c74 sectbl_ops = xt_hook_ops_alloc(&security_table, ipt_do_table); in iptable_security_init()
Darptable_filter.c67 arpfilter_ops = xt_hook_ops_alloc(&packet_filter, arpt_do_table); in arptable_filter_init()
Diptable_filter.c86 filter_ops = xt_hook_ops_alloc(&packet_filter, ipt_do_table); in iptable_filter_init()
Diptable_raw.c85 rawtable_ops = xt_hook_ops_alloc(table, ipt_do_table); in iptable_raw_init()
Diptable_mangle.c118 mangle_ops = xt_hook_ops_alloc(&packet_mangler, iptable_mangle_hook); in iptable_mangle_init()
/linux-6.1.9/include/linux/netfilter/
Dx_tables.h450 struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
/linux-6.1.9/net/netfilter/
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);