Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_tunnel.c152 static struct nft_expr_type nft_tunnel_type; variable
154 .type = &nft_tunnel_type,
162 static struct nft_expr_type nft_tunnel_type __read_mostly = {
727 err = nft_register_expr(&nft_tunnel_type); in nft_tunnel_module_init()
733 nft_unregister_expr(&nft_tunnel_type); in nft_tunnel_module_init()
741 nft_unregister_expr(&nft_tunnel_type); in nft_tunnel_module_exit()