ovs_rt            849 net/openvswitch/actions.c 		struct rt6_info ovs_rt;
ovs_rt            856 net/openvswitch/actions.c 		memset(&ovs_rt, 0, sizeof(ovs_rt));
ovs_rt            857 net/openvswitch/actions.c 		dst_init(&ovs_rt.dst, &ovs_dst_ops, NULL, 1,
ovs_rt            859 net/openvswitch/actions.c 		ovs_rt.dst.dev = vport->dev;
ovs_rt            862 net/openvswitch/actions.c 		skb_dst_set_noref(skb, &ovs_rt.dst);