Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_tunnel.c704 static struct nft_object_type nft_tunnel_obj_type; variable
706 .type = &nft_tunnel_obj_type,
714 static struct nft_object_type nft_tunnel_obj_type __read_mostly = {
731 err = nft_register_obj(&nft_tunnel_obj_type); in nft_tunnel_module_init()
740 nft_unregister_obj(&nft_tunnel_obj_type); in nft_tunnel_module_exit()