Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_ct.c854 static struct nft_expr_type nft_notrack_type; variable
856 .type = &nft_notrack_type,
862 static struct nft_expr_type nft_notrack_type __read_mostly = {
1396 err = nft_register_expr(&nft_notrack_type); in nft_ct_module_init()
1421 nft_unregister_expr(&nft_notrack_type); in nft_ct_module_init()
1434 nft_unregister_expr(&nft_notrack_type); in nft_ct_module_exit()