Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_masq.c208 static struct nft_expr_type nft_masq_inet_type; variable
210 .type = &nft_masq_inet_type,
220 static struct nft_expr_type nft_masq_inet_type __read_mostly = {
231 return nft_register_expr(&nft_masq_inet_type); in nft_masq_module_init_inet()
236 nft_unregister_expr(&nft_masq_inet_type); in nft_masq_module_exit_inet()