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.c727 static struct nft_expr_type nft_ct_type; variable
729 .type = &nft_ct_type,
739 .type = &nft_ct_type,
749 .type = &nft_ct_type,
759 .type = &nft_ct_type,
805 static struct nft_expr_type nft_ct_type __read_mostly = {
1490 err = nft_register_expr(&nft_ct_type); in nft_ct_module_init()
1524 nft_unregister_expr(&nft_ct_type); in nft_ct_module_init()
1536 nft_unregister_expr(&nft_ct_type); in nft_ct_module_exit()