Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_masq.c138 static struct nft_expr_type nft_masq_ipv4_type; variable
140 .type = &nft_masq_ipv4_type,
150 static struct nft_expr_type nft_masq_ipv4_type __read_mostly = {
257 ret = nft_register_expr(&nft_masq_ipv4_type); in nft_masq_module_init()
268 nft_unregister_expr(&nft_masq_ipv4_type); in nft_masq_module_init()
279 nft_unregister_expr(&nft_masq_ipv4_type); in nft_masq_module_exit()