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

/linux-master/net/netfilter/
H A Dnft_ct.c728 static struct nft_expr_type nft_ct_type; variable in typeref:struct:nft_expr_type
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);
1421 nft_unregister_expr(&nft_ct_type);
1433 nft_unregister_expr(&nft_ct_type);

Completed in 138 milliseconds