Lines Matching refs:eth
2051 struct ethhdr *eth; in vxlan_xmit() local
2057 eth = eth_hdr(skb); in vxlan_xmit()
2060 if (ntohs(eth->h_proto) == ETH_P_ARP) in vxlan_xmit()
2063 else if (ntohs(eth->h_proto) == ETH_P_IPV6 && in vxlan_xmit()
2074 eth = eth_hdr(skb); in vxlan_xmit()
2078 f = vxlan_find_mac(vxlan, eth->h_dest); in vxlan_xmit()
2082 (ntohs(eth->h_proto) == ETH_P_IP || in vxlan_xmit()
2083 ntohs(eth->h_proto) == ETH_P_IPV6)) { in vxlan_xmit()
2086 f = vxlan_find_mac(vxlan, eth->h_dest); in vxlan_xmit()
2093 !is_multicast_ether_addr(eth->h_dest)) in vxlan_xmit()
2094 vxlan_fdb_miss(vxlan, eth->h_dest); in vxlan_xmit()