udp_key          1656 net/openvswitch/flow_netlink.c 		const struct ovs_key_udp *udp_key;
udp_key          1658 net/openvswitch/flow_netlink.c 		udp_key = nla_data(a[OVS_KEY_ATTR_UDP]);
udp_key          1659 net/openvswitch/flow_netlink.c 		SW_FLOW_KEY_PUT(match, tp.src, udp_key->udp_src, is_mask);
udp_key          1660 net/openvswitch/flow_netlink.c 		SW_FLOW_KEY_PUT(match, tp.dst, udp_key->udp_dst, is_mask);
udp_key          2143 net/openvswitch/flow_netlink.c 			struct ovs_key_udp *udp_key;
udp_key          2145 net/openvswitch/flow_netlink.c 			nla = nla_reserve(skb, OVS_KEY_ATTR_UDP, sizeof(*udp_key));
udp_key          2148 net/openvswitch/flow_netlink.c 			udp_key = nla_data(nla);
udp_key          2149 net/openvswitch/flow_netlink.c 			udp_key->udp_src = output->tp.src;
udp_key          2150 net/openvswitch/flow_netlink.c 			udp_key->udp_dst = output->tp.dst;