Searched refs:xt_hook_ops_alloc (Results 1 – 10 of 10) sorted by relevance
/linux/net/ipv4/netfilter/ |
H A D | iptable_security.c | 74 sectbl_ops = xt_hook_ops_alloc(&security_table, ipt_do_table); in iptable_security_init()
|
H A D | arptable_filter.c | 67 arpfilter_ops = xt_hook_ops_alloc(&packet_filter, arpt_do_table); in arptable_filter_init()
|
H A D | iptable_filter.c | 86 filter_ops = xt_hook_ops_alloc(&packet_filter, ipt_do_table); in iptable_filter_init()
|
H A D | iptable_raw.c | 85 rawtable_ops = xt_hook_ops_alloc(table, ipt_do_table); in iptable_raw_init()
|
H A D | iptable_mangle.c | 119 mangle_ops = xt_hook_ops_alloc(&packet_mangler, iptable_mangle_hook); in iptable_mangle_init()
|
/linux/net/ipv6/netfilter/ |
H A D | ip6table_security.c | 73 sectbl_ops = xt_hook_ops_alloc(&security_table, ip6t_do_table); in ip6table_security_init()
|
H A D | ip6table_raw.c | 83 rawtable_ops = xt_hook_ops_alloc(table, ip6t_do_table); in ip6table_raw_init()
|
H A D | ip6table_mangle.c | 113 mangle_ops = xt_hook_ops_alloc(&packet_mangler, ip6table_mangle_hook); in ip6table_mangle_init()
|
/linux/include/linux/netfilter/ |
H A D | x_tables.h | 440 struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
|
/linux/net/netfilter/ |
H A D | x_tables.c | 1735 xt_hook_ops_alloc(const struct xt_table *table, nf_hookfn *fn) in xt_hook_ops_alloc() function 1762 EXPORT_SYMBOL_GPL(xt_hook_ops_alloc);
|