Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_ct.c728 static struct nft_expr_type nft_ct_type; variable
730 .type = &nft_ct_type,
759 .type = &nft_ct_type,
770 .type = &nft_ct_type,
781 .type = &nft_ct_type,
828 static struct nft_expr_type nft_ct_type __read_mostly = {
1390 err = nft_register_expr(&nft_ct_type); in nft_ct_module_init()
1421 nft_unregister_expr(&nft_ct_type); in nft_ct_module_init()
1433 nft_unregister_expr(&nft_ct_type); in nft_ct_module_exit()