Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_osf.c154 return nft_register_expr(&nft_osf_type); in nft_osf_module_init()
H A Dnft_fwd_netdev.c288 return nft_register_expr(&nft_fwd_netdev_type); in nft_fwd_netdev_module_init()
H A Dnft_tproxy.c347 return nft_register_expr(&nft_tproxy_type); in nft_tproxy_module_init()
H A Dnf_tables_core.c388 err = nft_register_expr(nft_basic_types[j]); in nf_tables_core_module_init()
H A Dnft_compat.c970 ret = nft_register_expr(&nft_match_type); in nft_compat_module_init()
974 ret = nft_register_expr(&nft_target_type); in nft_compat_module_init()
H A Dnft_ct.c1372 err = nft_register_expr(&nft_ct_type); in nft_ct_module_init()
1376 err = nft_register_expr(&nft_notrack_type); in nft_ct_module_init()
H A Dnf_tables_api.c3379 int nft_register_expr(struct nft_expr_type *type) in nft_register_expr() function
3392 EXPORT_SYMBOL_GPL(nft_register_expr);
/linux/include/net/netfilter/
H A Dnf_tables.h1342 int nft_register_expr(struct nft_expr_type *);