Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_ct.c752 static struct nft_expr_type nft_ct_type; variable
754 .type = &nft_ct_type,
783 .type = &nft_ct_type,
794 .type = &nft_ct_type,
805 .type = &nft_ct_type,
852 static struct nft_expr_type nft_ct_type __read_mostly = {
1419 err = nft_register_expr(&nft_ct_type); in nft_ct_module_init()
1450 nft_unregister_expr(&nft_ct_type); in nft_ct_module_init()
1462 nft_unregister_expr(&nft_ct_type); in nft_ct_module_exit()