nd_key           1696 net/openvswitch/flow_netlink.c 		const struct ovs_key_nd *nd_key;
nd_key           1698 net/openvswitch/flow_netlink.c 		nd_key = nla_data(a[OVS_KEY_ATTR_ND]);
nd_key           1700 net/openvswitch/flow_netlink.c 			nd_key->nd_target,
nd_key           1704 net/openvswitch/flow_netlink.c 			nd_key->nd_sll, ETH_ALEN, is_mask);
nd_key           1706 net/openvswitch/flow_netlink.c 				nd_key->nd_tll, ETH_ALEN, is_mask);
nd_key           2184 net/openvswitch/flow_netlink.c 				struct ovs_key_nd *nd_key;
nd_key           2186 net/openvswitch/flow_netlink.c 				nla = nla_reserve(skb, OVS_KEY_ATTR_ND, sizeof(*nd_key));
nd_key           2189 net/openvswitch/flow_netlink.c 				nd_key = nla_data(nla);
nd_key           2190 net/openvswitch/flow_netlink.c 				memcpy(nd_key->nd_target, &output->ipv6.nd.target,
nd_key           2191 net/openvswitch/flow_netlink.c 							sizeof(nd_key->nd_target));
nd_key           2192 net/openvswitch/flow_netlink.c 				ether_addr_copy(nd_key->nd_sll, output->ipv6.nd.sll);
nd_key           2193 net/openvswitch/flow_netlink.c 				ether_addr_copy(nd_key->nd_tll, output->ipv6.nd.tll);