Lines Matching refs:nd_key
1714 const struct ovs_key_nd *nd_key;
1716 nd_key = nla_data(a[OVS_KEY_ATTR_ND]);
1718 nd_key->nd_target,
1722 nd_key->nd_sll, ETH_ALEN, is_mask);
1724 nd_key->nd_tll, ETH_ALEN, is_mask);
2207 struct ovs_key_nd *nd_key;
2209 nla = nla_reserve(skb, OVS_KEY_ATTR_ND, sizeof(*nd_key));
2212 nd_key = nla_data(nla);
2213 memcpy(nd_key->nd_target, &output->ipv6.nd.target,
2214 sizeof(nd_key->nd_target));
2215 ether_addr_copy(nd_key->nd_sll, output->ipv6.nd.sll);
2216 ether_addr_copy(nd_key->nd_tll, output->ipv6.nd.tll);