Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/netfilter/
H A Dnft_dup_ipv4.c72 static struct nft_expr_type nft_dup_ipv4_type; variable
74 .type = &nft_dup_ipv4_type,
87 static struct nft_expr_type nft_dup_ipv4_type __read_mostly = {
98 return nft_register_expr(&nft_dup_ipv4_type); in nft_dup_ipv4_module_init()
103 nft_unregister_expr(&nft_dup_ipv4_type); in nft_dup_ipv4_module_exit()