Searched refs:xt_hook_ops_alloc (Results 1 – 11 of 11) sorted by relevance
/openbmc/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 | 118 mangle_ops = xt_hook_ops_alloc(&packet_mangler, iptable_mangle_hook); in iptable_mangle_init()
|
/openbmc/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_filter.c | 85 filter_ops = xt_hook_ops_alloc(&packet_filter, ip6t_do_table); in ip6table_filter_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 | 112 mangle_ops = xt_hook_ops_alloc(&packet_mangler, ip6table_mangle_hook); in ip6table_mangle_init()
|
/openbmc/linux/include/linux/netfilter/ |
H A D | x_tables.h | 450 struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
|
/openbmc/linux/net/netfilter/ |
H A D | x_tables.c | 1732 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);
|