ovs_tun          2272 net/openvswitch/flow_netlink.c 	struct ovs_tunnel_info *ovs_tun;
ovs_tun          2276 net/openvswitch/flow_netlink.c 		ovs_tun = nla_data(ovs_key);
ovs_tun          2277 net/openvswitch/flow_netlink.c 		dst_release((struct dst_entry *)ovs_tun->tun_dst);
ovs_tun          2563 net/openvswitch/flow_netlink.c 	struct ovs_tunnel_info *ovs_tun;
ovs_tun          2608 net/openvswitch/flow_netlink.c 			 sizeof(*ovs_tun), log);
ovs_tun          2614 net/openvswitch/flow_netlink.c 	ovs_tun = nla_data(a);
ovs_tun          2615 net/openvswitch/flow_netlink.c 	ovs_tun->tun_dst = tun_dst;
ovs_tun          3375 net/openvswitch/flow_netlink.c 		struct ovs_tunnel_info *ovs_tun = nla_data(ovs_key);
ovs_tun          3376 net/openvswitch/flow_netlink.c 		struct ip_tunnel_info *tun_info = &ovs_tun->tun_dst->u.tun_info;