Home
last modified time | relevance | path

Searched refs:nft_register_expr (Results 1 – 29 of 29) sorted by relevance

/linux-4.4.14/net/ipv4/netfilter/
Dnft_reject_ipv4.c62 return nft_register_expr(&nft_reject_ipv4_type); in nft_reject_ipv4_module_init()
Dnft_masq_ipv4.c56 ret = nft_register_expr(&nft_masq_ipv4_type); in nft_masq_ipv4_module_init()
Dnft_redir_ipv4.c63 return nft_register_expr(&nft_redir_ipv4_type); in nft_redir_ipv4_module_init()
Dnft_dup_ipv4.c97 return nft_register_expr(&nft_dup_ipv4_type); in nft_dup_ipv4_module_init()
/linux-4.4.14/net/ipv6/netfilter/
Dnft_reject_ipv6.c63 return nft_register_expr(&nft_reject_ipv6_type); in nft_reject_ipv6_module_init()
Dnft_masq_ipv6.c56 ret = nft_register_expr(&nft_masq_ipv6_type); in nft_masq_ipv6_module_init()
Dnft_redir_ipv6.c62 return nft_register_expr(&nft_redir_ipv6_type); in nft_redir_ipv6_module_init()
Dnft_dup_ipv6.c95 return nft_register_expr(&nft_dup_ipv6_type); in nft_dup_ipv6_module_init()
/linux-4.4.14/net/netfilter/
Dnft_queue.c119 return nft_register_expr(&nft_queue_type); in nft_queue_module_init()
Dnft_reject_inet.c140 return nft_register_expr(&nft_reject_inet_type); in nft_reject_inet_module_init()
Dnft_immediate.c125 return nft_register_expr(&nft_imm_type); in nft_immediate_module_init()
Dnft_exthdr.c115 return nft_register_expr(&nft_exthdr_type); in nft_exthdr_module_init()
Dnft_lookup.c149 return nft_register_expr(&nft_lookup_type); in nft_lookup_module_init()
Dnft_bitwise.c137 return nft_register_expr(&nft_bitwise_type); in nft_bitwise_module_init()
Dnft_counter.c175 return nft_register_expr(&nft_counter_type); in nft_counter_module_init()
Dnft_byteorder.c159 return nft_register_expr(&nft_byteorder_type); in nft_byteorder_module_init()
Dnft_payload.c206 return nft_register_expr(&nft_payload_type); in nft_payload_module_init()
Dnft_cmp.c221 return nft_register_expr(&nft_cmp_type); in nft_cmp_module_init()
Dnft_log.c194 return nft_register_expr(&nft_log_type); in nft_log_module_init()
Dnft_limit.c219 return nft_register_expr(&nft_limit_type); in nft_limit_module_init()
Dnft_nat.c280 return nft_register_expr(&nft_nat_type); in nft_nat_module_init()
Dnft_dynset.c260 return nft_register_expr(&nft_dynset_type); in nft_dynset_module_init()
Dnft_meta.c383 return nft_register_expr(&nft_meta_type); in nft_meta_module_init()
Dnft_ct.c449 return nft_register_expr(&nft_ct_type); in nft_ct_module_init()
Dnft_compat.c786 ret = nft_register_expr(&nft_match_type); in nft_compat_module_init()
790 ret = nft_register_expr(&nft_target_type); in nft_compat_module_init()
Dnf_tables_api.c1522 int nft_register_expr(struct nft_expr_type *type) in nft_register_expr() function
1532 EXPORT_SYMBOL_GPL(nft_register_expr);
/linux-4.4.14/net/bridge/netfilter/
Dnft_meta_bridge.c120 return nft_register_expr(&nft_meta_bridge_type); in nft_meta_bridge_module_init()
Dnft_reject_bridge.c404 return nft_register_expr(&nft_reject_bridge_type); in nft_reject_bridge_module_init()
/linux-4.4.14/include/net/netfilter/
Dnf_tables.h890 int nft_register_expr(struct nft_expr_type *);