Lines Matching refs:eth
195 struct ethhdr *eth = eth_hdr(skb); in ipvlan_multicast_frame() local
210 mac_hash = ipvlan_mac_hash(eth->h_dest); in ipvlan_multicast_frame()
220 if (ether_addr_equal(eth->h_dest, ipvlan->phy_dev->broadcast)) in ipvlan_multicast_frame()
242 if (ether_addr_equal(eth->h_dest, port->dev->broadcast)) in ipvlan_multicast_frame()
472 struct ethhdr *eth = eth_hdr(skb); in ipvlan_xmit_mode_l2() local
477 if (ether_addr_equal(eth->h_dest, eth->h_source)) { in ipvlan_xmit_mode_l2()
495 } else if (is_multicast_ether_addr(eth->h_dest)) { in ipvlan_xmit_mode_l2()
535 struct ethhdr *eth = eth_hdr(skb); in ipvlan_external_frame() local
540 if (ether_addr_equal(eth->h_source, skb->dev->dev_addr)) { in ipvlan_external_frame()
578 struct ethhdr *eth = eth_hdr(skb); in ipvlan_handle_mode_l2() local
583 if (is_multicast_ether_addr(eth->h_dest)) { in ipvlan_handle_mode_l2()