Lines Matching refs:eth
2142 struct ethhdr *eth; in vxlan_xmit() local
2150 eth = eth_hdr(skb); in vxlan_xmit()
2153 if (ntohs(eth->h_proto) == ETH_P_ARP) in vxlan_xmit()
2156 else if (ntohs(eth->h_proto) == ETH_P_IPV6 && in vxlan_xmit()
2167 eth = eth_hdr(skb); in vxlan_xmit()
2177 f = vxlan_find_mac(vxlan, eth->h_dest); in vxlan_xmit()
2181 (ntohs(eth->h_proto) == ETH_P_IP || in vxlan_xmit()
2182 ntohs(eth->h_proto) == ETH_P_IPV6)) { in vxlan_xmit()
2185 f = vxlan_find_mac(vxlan, eth->h_dest); in vxlan_xmit()
2192 !is_multicast_ether_addr(eth->h_dest)) in vxlan_xmit()
2193 vxlan_fdb_miss(vxlan, eth->h_dest); in vxlan_xmit()