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.c729 static struct nft_expr_type nft_ct_type; variable
731 .type = &nft_ct_type,
741 .type = &nft_ct_type,
751 .type = &nft_ct_type,
761 .type = &nft_ct_type,
807 static struct nft_expr_type nft_ct_type __read_mostly = {
1374 err = nft_register_expr(&nft_ct_type); in nft_ct_module_init()
1405 nft_unregister_expr(&nft_ct_type); in nft_ct_module_init()
1417 nft_unregister_expr(&nft_ct_type); in nft_ct_module_exit()