Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/netfilter/
Darptable_filter.c75 arpfilter_ops = xt_hook_ops_alloc(&packet_filter, arptable_filter_hook); in arptable_filter_init()
Diptable_security.c89 sectbl_ops = xt_hook_ops_alloc(&security_table, iptable_security_hook); in iptable_security_init()
Diptable_filter.c100 filter_ops = xt_hook_ops_alloc(&packet_filter, iptable_filter_hook); in iptable_filter_init()
Diptable_raw.c101 rawtable_ops = xt_hook_ops_alloc(table, iptable_raw_hook); in iptable_raw_init()
Diptable_mangle.c127 mangle_ops = xt_hook_ops_alloc(&packet_mangler, iptable_mangle_hook); in iptable_mangle_init()
/Linux-v5.10/net/ipv6/netfilter/
Dip6table_security.c88 sectbl_ops = xt_hook_ops_alloc(&security_table, ip6table_security_hook); in ip6table_security_init()
Dip6table_filter.c101 filter_ops = xt_hook_ops_alloc(&packet_filter, ip6table_filter_hook); in ip6table_filter_init()
Dip6table_raw.c101 rawtable_ops = xt_hook_ops_alloc(table, ip6table_raw_hook); in ip6table_raw_init()
Dip6table_mangle.c121 mangle_ops = xt_hook_ops_alloc(&packet_mangler, ip6table_mangle_hook); in ip6table_mangle_init()
/Linux-v5.10/include/linux/netfilter/
Dx_tables.h449 struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
/Linux-v5.10/net/netfilter/
Dx_tables.c1674 xt_hook_ops_alloc(const struct xt_table *table, nf_hookfn *fn) in xt_hook_ops_alloc() function
1701 EXPORT_SYMBOL_GPL(xt_hook_ops_alloc);