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

/linux-master/net/netfilter/
H A Dnft_ct.c852 static struct nft_expr_type nft_notrack_type; variable in typeref:struct:nft_expr_type
854 .type = &nft_notrack_type,
860 static struct nft_expr_type nft_notrack_type __read_mostly = {
1394 err = nft_register_expr(&nft_notrack_type);
1419 nft_unregister_expr(&nft_notrack_type);
1432 nft_unregister_expr(&nft_notrack_type);

Completed in 141 milliseconds