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.c350 static struct nft_expr_type *nft_basic_types[] = { variable
387 for (j = 0; j < ARRAY_SIZE(nft_basic_types); j++) { in nf_tables_core_module_init()
388 err = nft_register_expr(nft_basic_types[j]); in nf_tables_core_module_init()
399 nft_unregister_expr(nft_basic_types[j]); in nf_tables_core_module_init()
411 i = ARRAY_SIZE(nft_basic_types); in nf_tables_core_module_exit()
413 nft_unregister_expr(nft_basic_types[i]); in nf_tables_core_module_exit()