Lines Matching refs:eth_data
1322 struct ethhdr *eth_data = eth_hdr(skb); in bond_do_alb_xmit() local
1333 ether_addr_copy(eth_data->h_source, in bond_do_alb_xmit()
1356 struct ethhdr *eth_data; in bond_tlb_xmit() local
1361 eth_data = eth_hdr(skb); in bond_tlb_xmit()
1364 if (!is_multicast_ether_addr(eth_data->h_dest)) { in bond_tlb_xmit()
1394 struct ethhdr *eth_data; in bond_alb_xmit() local
1405 eth_data = eth_hdr(skb); in bond_alb_xmit()
1411 if (is_broadcast_ether_addr(eth_data->h_dest) || in bond_alb_xmit()
1425 if (is_broadcast_ether_addr(eth_data->h_dest)) { in bond_alb_xmit()
1433 if (ether_addr_equal_64bits(eth_data->h_dest, mac_v6_allmcast)) { in bond_alb_xmit()
1467 hash_start = (char *)eth_data->h_dest; in bond_alb_xmit()