Home
last modified time | relevance | path

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

/net/ipv4/netfilter/
Diptable_security.c82 sectbl_ops = xt_hook_ops_alloc(&security_table, iptable_security_hook); in iptable_security_init()
Diptable_filter.c92 filter_ops = xt_hook_ops_alloc(&packet_filter, iptable_filter_hook); in iptable_filter_init()
Darptable_filter.c83 arpfilter_ops = xt_hook_ops_alloc(&packet_filter, arptable_filter_hook); in arptable_filter_init()
Diptable_raw.c93 rawtable_ops = xt_hook_ops_alloc(table, iptable_raw_hook); in iptable_raw_init()
Diptable_mangle.c119 mangle_ops = xt_hook_ops_alloc(&packet_mangler, iptable_mangle_hook); in iptable_mangle_init()
/net/ipv6/netfilter/
Dip6table_security.c80 sectbl_ops = xt_hook_ops_alloc(&security_table, ip6table_security_hook); in ip6table_security_init()
Dip6table_filter.c93 filter_ops = xt_hook_ops_alloc(&packet_filter, ip6table_filter_hook); in ip6table_filter_init()
Dip6table_raw.c93 rawtable_ops = xt_hook_ops_alloc(table, ip6table_raw_hook); in ip6table_raw_init()
Dip6table_mangle.c113 mangle_ops = xt_hook_ops_alloc(&packet_mangler, ip6table_mangle_hook); in ip6table_mangle_init()
/net/netfilter/
Dx_tables.c1692 xt_hook_ops_alloc(const struct xt_table *table, nf_hookfn *fn) in xt_hook_ops_alloc() function
1719 EXPORT_SYMBOL_GPL(xt_hook_ops_alloc);