Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Darptable_filter.c86 xt_hook_unlink(&packet_filter, arpfilter_ops); in arptable_filter_fini()
Diptable_raw.c83 xt_hook_unlink(&packet_raw, rawtable_ops); in iptable_raw_fini()
Diptable_security.c104 xt_hook_unlink(&security_table, sectbl_ops); in iptable_security_fini()
Diptable_filter.c104 xt_hook_unlink(&packet_filter, filter_ops); in iptable_filter_fini()
Diptable_mangle.c142 xt_hook_unlink(&packet_mangler, mangle_ops); in iptable_mangle_fini()
/linux-4.1.27/net/ipv6/netfilter/
Dip6table_raw.c79 xt_hook_unlink(&packet_raw, rawtable_ops); in ip6table_raw_fini()
Dip6table_security.c96 xt_hook_unlink(&security_table, sectbl_ops); in ip6table_security_fini()
Dip6table_filter.c100 xt_hook_unlink(&packet_filter, filter_ops); in ip6table_filter_fini()
Dip6table_mangle.c140 xt_hook_unlink(&packet_mangler, mangle_ops); in ip6table_mangle_fini()
/linux-4.1.27/include/linux/netfilter/
Dx_tables.h355 void xt_hook_unlink(const struct xt_table *, struct nf_hook_ops *);
/linux-4.1.27/net/netfilter/
Dx_tables.c1232 void xt_hook_unlink(const struct xt_table *table, struct nf_hook_ops *ops) in xt_hook_unlink() function
1237 EXPORT_SYMBOL_GPL(xt_hook_unlink);