Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
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 = {
725 err = nft_register_expr(&nft_tunnel_type); in nft_tunnel_module_init()
731 nft_unregister_expr(&nft_tunnel_type); in nft_tunnel_module_init()
739 nft_unregister_expr(&nft_tunnel_type); in nft_tunnel_module_exit()