Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv6/netfilter/
Dip6table_security.c100 xt_hook_unlink(&security_table, sectbl_ops); in ip6table_security_fini()
Dip6table_raw.c82 xt_hook_unlink(&packet_raw, rawtable_ops); in ip6table_raw_fini()
Dip6table_filter.c103 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-3.4.99/net/ipv4/netfilter/
Darptable_filter.c88 xt_hook_unlink(&packet_filter, arpfilter_ops); in arptable_filter_fini()
Diptable_raw.c90 xt_hook_unlink(&packet_raw, rawtable_ops); in iptable_raw_fini()
Diptable_security.c108 xt_hook_unlink(&security_table, sectbl_ops); in iptable_security_fini()
Diptable_filter.c111 xt_hook_unlink(&packet_filter, filter_ops); in iptable_filter_fini()
Diptable_mangle.c146 xt_hook_unlink(&packet_mangler, mangle_ops); in iptable_mangle_fini()
/linux-3.4.99/include/linux/netfilter/
Dx_tables.h539 extern void xt_hook_unlink(const struct xt_table *, struct nf_hook_ops *);
/linux-3.4.99/net/netfilter/
Dx_tables.c1267 void xt_hook_unlink(const struct xt_table *table, struct nf_hook_ops *ops) in xt_hook_unlink() function
1272 EXPORT_SYMBOL_GPL(xt_hook_unlink);