nft_masq_ipv6_type  173 net/netfilter/nft_masq.c static struct nft_expr_type nft_masq_ipv6_type;
nft_masq_ipv6_type  175 net/netfilter/nft_masq.c 	.type		= &nft_masq_ipv6_type,
nft_masq_ipv6_type  184 net/netfilter/nft_masq.c static struct nft_expr_type nft_masq_ipv6_type __read_mostly = {
nft_masq_ipv6_type  195 net/netfilter/nft_masq.c 	return nft_register_expr(&nft_masq_ipv6_type);
nft_masq_ipv6_type  200 net/netfilter/nft_masq.c 	nft_unregister_expr(&nft_masq_ipv6_type);