Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_tables_core.c353 static struct nft_expr_type *nft_basic_types[] = { variable
390 for (j = 0; j < ARRAY_SIZE(nft_basic_types); j++) { in nf_tables_core_module_init()
391 err = nft_register_expr(nft_basic_types[j]); in nf_tables_core_module_init()
402 nft_unregister_expr(nft_basic_types[j]); in nf_tables_core_module_init()
414 i = ARRAY_SIZE(nft_basic_types); in nf_tables_core_module_exit()
416 nft_unregister_expr(nft_basic_types[i]); in nf_tables_core_module_exit()