Home
last modified time | relevance | path

Searched refs:tll (Results 1 – 3 of 3) sorted by relevance

/net/openvswitch/
Dflow.c463 if (unlikely(!is_zero_ether_addr(key->ipv6.nd.tll))) in parse_icmpv6()
465 ether_addr_copy(key->ipv6.nd.tll, in parse_icmpv6()
479 memset(key->ipv6.nd.tll, 0, sizeof(key->ipv6.nd.tll)); in parse_icmpv6()
Dflow.h132 u8 tll[ETH_ALEN]; /* ND target link layer address. */ member
Dflow_netlink.c1723 SW_FLOW_KEY_MEMCPY(match, ipv6.nd.tll, in ovs_key_from_nlattrs()
2216 ether_addr_copy(nd_key->nd_tll, output->ipv6.nd.tll); in __ovs_nla_put_key()