LWTUNNEL_IP_FLAGS  219 net/ipv4/ip_tunnel_core.c 	[LWTUNNEL_IP_FLAGS]	= { .type = NLA_U16 },
LWTUNNEL_IP_FLAGS  268 net/ipv4/ip_tunnel_core.c 	if (tb[LWTUNNEL_IP_FLAGS])
LWTUNNEL_IP_FLAGS  269 net/ipv4/ip_tunnel_core.c 		tun_info->key.tun_flags = nla_get_be16(tb[LWTUNNEL_IP_FLAGS]);
LWTUNNEL_IP_FLAGS  299 net/ipv4/ip_tunnel_core.c 	    nla_put_be16(skb, LWTUNNEL_IP_FLAGS, tun_info->key.tun_flags))