Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_nat.c314 static struct nft_expr_type nft_nat_type; variable
316 .type = &nft_nat_type,
326 static struct nft_expr_type nft_nat_type __read_mostly = {
347 .type = &nft_nat_type,
387 ret = nft_register_expr(&nft_nat_type); in nft_nat_module_init()
397 nft_unregister_expr(&nft_nat_type); in nft_nat_module_exit()