eth_key 1506 net/openvswitch/flow_netlink.c const struct ovs_key_ethernet *eth_key; eth_key 1508 net/openvswitch/flow_netlink.c eth_key = nla_data(a[OVS_KEY_ATTR_ETHERNET]); eth_key 1510 net/openvswitch/flow_netlink.c eth_key->eth_src, ETH_ALEN, is_mask); eth_key 1512 net/openvswitch/flow_netlink.c eth_key->eth_dst, ETH_ALEN, is_mask); eth_key 1974 net/openvswitch/flow_netlink.c struct ovs_key_ethernet *eth_key; eth_key 2019 net/openvswitch/flow_netlink.c nla = nla_reserve(skb, OVS_KEY_ATTR_ETHERNET, sizeof(*eth_key)); eth_key 2023 net/openvswitch/flow_netlink.c eth_key = nla_data(nla); eth_key 2024 net/openvswitch/flow_netlink.c ether_addr_copy(eth_key->eth_src, output->eth.src); eth_key 2025 net/openvswitch/flow_netlink.c ether_addr_copy(eth_key->eth_dst, output->eth.dst);