Home
last modified time | relevance | path

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

/net/netfilter/
Dnft_nat.c315 static struct nft_expr_type nft_nat_type; variable
317 .type = &nft_nat_type,
327 static struct nft_expr_type nft_nat_type __read_mostly = {
348 .type = &nft_nat_type,
388 ret = nft_register_expr(&nft_nat_type); in nft_nat_module_init()
398 nft_unregister_expr(&nft_nat_type); in nft_nat_module_exit()