Home
last modified time | relevance | path

Searched refs:nft_unregister_expr (Results 1 – 27 of 27) sorted by relevance

/linux-4.1.27/net/ipv4/netfilter/
Dnft_reject_ipv4.c68 nft_unregister_expr(&nft_reject_ipv4_type); in nft_reject_ipv4_module_exit()
Dnft_masq_ipv4.c67 nft_unregister_expr(&nft_masq_ipv4_type); in nft_masq_ipv4_module_exit()
Dnft_redir_ipv4.c68 nft_unregister_expr(&nft_redir_ipv4_type); in nft_redir_ipv4_module_exit()
/linux-4.1.27/net/ipv6/netfilter/
Dnft_masq_ipv6.c67 nft_unregister_expr(&nft_masq_ipv6_type); in nft_masq_ipv6_module_exit()
Dnft_reject_ipv6.c69 nft_unregister_expr(&nft_reject_ipv6_type); in nft_reject_ipv6_module_exit()
Dnft_redir_ipv6.c68 nft_unregister_expr(&nft_redir_ipv6_type); in nft_redir_ipv6_module_exit()
/linux-4.1.27/net/netfilter/
Dnft_limit.c112 nft_unregister_expr(&nft_limit_type); in nft_limit_module_exit()
Dnft_counter.c106 nft_unregister_expr(&nft_counter_type); in nft_counter_module_exit()
Dnft_queue.c124 nft_unregister_expr(&nft_queue_type); in nft_queue_module_exit()
Dnft_immediate.c130 nft_unregister_expr(&nft_imm_type); in nft_immediate_module_exit()
Dnft_reject_inet.c146 nft_unregister_expr(&nft_reject_inet_type); in nft_reject_inet_module_exit()
Dnft_exthdr.c120 nft_unregister_expr(&nft_exthdr_type); in nft_exthdr_module_exit()
Dnft_compat.c803 nft_unregister_expr(&nft_target_type); in nft_compat_module_init()
805 nft_unregister_expr(&nft_match_type); in nft_compat_module_init()
812 nft_unregister_expr(&nft_target_type); in nft_compat_module_exit()
813 nft_unregister_expr(&nft_match_type); in nft_compat_module_exit()
Dnft_payload.c156 nft_unregister_expr(&nft_payload_type); in nft_payload_module_exit()
Dnft_lookup.c154 nft_unregister_expr(&nft_lookup_type); in nft_lookup_module_exit()
Dnft_bitwise.c142 nft_unregister_expr(&nft_bitwise_type); in nft_bitwise_module_exit()
Dnft_byteorder.c164 nft_unregister_expr(&nft_byteorder_type); in nft_byteorder_module_exit()
Dnft_cmp.c226 nft_unregister_expr(&nft_cmp_type); in nft_cmp_module_exit()
Dnft_log.c200 nft_unregister_expr(&nft_log_type); in nft_log_module_exit()
Dnft_nat.c285 nft_unregister_expr(&nft_nat_type); in nft_nat_module_exit()
Dnft_dynset.c264 nft_unregister_expr(&nft_dynset_type); in nft_dynset_module_exit()
Dnft_meta.c380 nft_unregister_expr(&nft_meta_type); in nft_meta_module_exit()
Dnft_ct.c453 nft_unregister_expr(&nft_ct_type); in nft_ct_module_exit()
Dnf_tables_api.c1469 void nft_unregister_expr(struct nft_expr_type *type) in nft_unregister_expr() function
1475 EXPORT_SYMBOL_GPL(nft_unregister_expr);
/linux-4.1.27/net/bridge/netfilter/
Dnft_meta_bridge.c125 nft_unregister_expr(&nft_meta_bridge_type); in nft_meta_bridge_module_exit()
Dnft_reject_bridge.c410 nft_unregister_expr(&nft_reject_bridge_type); in nft_reject_bridge_module_exit()
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h864 void nft_unregister_expr(struct nft_expr_type *);