Lines Matching refs:nd_key
1737 const struct ovs_key_nd *nd_key;
1739 nd_key = nla_data(a[OVS_KEY_ATTR_ND]);
1741 nd_key->nd_target,
1745 nd_key->nd_sll, ETH_ALEN, is_mask);
1747 nd_key->nd_tll, ETH_ALEN, is_mask);
2238 struct ovs_key_nd *nd_key;
2240 nla = nla_reserve(skb, OVS_KEY_ATTR_ND, sizeof(*nd_key));
2243 nd_key = nla_data(nla);
2244 memcpy(nd_key->nd_target, &output->ipv6.nd.target,
2245 sizeof(nd_key->nd_target));
2246 ether_addr_copy(nd_key->nd_sll, output->ipv6.nd.sll);
2247 ether_addr_copy(nd_key->nd_tll, output->ipv6.nd.tll);