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.c750 static struct nft_expr_type nft_ct_type; variable
752 .type = &nft_ct_type,
781 .type = &nft_ct_type,
792 .type = &nft_ct_type,
803 .type = &nft_ct_type,
850 static struct nft_expr_type nft_ct_type __read_mostly = {
1416 err = nft_register_expr(&nft_ct_type); in nft_ct_module_init()
1447 nft_unregister_expr(&nft_ct_type); in nft_ct_module_init()
1459 nft_unregister_expr(&nft_ct_type); in nft_ct_module_exit()