Home
last modified time | relevance | path

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

/linux/net/ipv4/netfilter/
H A Darptable_filter.c63 arpfilter_ops = xt_hook_ops_alloc(&packet_filter, arpt_do_table); in arptable_filter_init()
H A Diptable_security.c70 sectbl_ops = xt_hook_ops_alloc(&security_table, ipt_do_table); in iptable_security_init()
H A Diptable_filter.c82 filter_ops = xt_hook_ops_alloc(&packet_filter, ipt_do_table); in iptable_filter_init()
H A Diptable_raw.c80 rawtable_ops = xt_hook_ops_alloc(table, ipt_do_table); in iptable_raw_init()
H A Diptable_mangle.c116 mangle_ops = xt_hook_ops_alloc(&packet_mangler, iptable_mangle_hook); in iptable_mangle_init()
/linux/net/ipv6/netfilter/
H A Dip6table_security.c69 sectbl_ops = xt_hook_ops_alloc(&security_table, ip6t_do_table); in ip6table_security_init()
H A Dip6table_filter.c81 filter_ops = xt_hook_ops_alloc(&packet_filter, ip6t_do_table); in ip6table_filter_init()
H A Dip6table_raw.c79 rawtable_ops = xt_hook_ops_alloc(table, ip6t_do_table); in ip6table_raw_init()
H A Dip6table_mangle.c109 mangle_ops = xt_hook_ops_alloc(&packet_mangler, ip6table_mangle_hook); in ip6table_mangle_init()
/linux/include/linux/netfilter/
H A Dx_tables.h450 struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
/linux/net/netfilter/
H A Dx_tables.c1938 xt_hook_ops_alloc(const struct xt_table *table, nf_hookfn *fn) in xt_hook_ops_alloc() function
1965 EXPORT_SYMBOL_GPL(xt_hook_ops_alloc);