Home
last modified time | relevance | path

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

/net/netfilter/
Dnft_tunnel.c126 static struct nft_expr_type nft_tunnel_type; variable
128 .type = &nft_tunnel_type,
135 static struct nft_expr_type nft_tunnel_type __read_mostly = {
584 err = nft_register_expr(&nft_tunnel_type); in nft_tunnel_module_init()
590 nft_unregister_expr(&nft_tunnel_type); in nft_tunnel_module_init()
598 nft_unregister_expr(&nft_tunnel_type); in nft_tunnel_module_exit()