Lines Matching refs:eth_data
1306 struct ethhdr *eth_data = eth_hdr(skb); in bond_do_alb_xmit() local
1317 ether_addr_copy(eth_data->h_source, in bond_do_alb_xmit()
1340 struct ethhdr *eth_data; in bond_tlb_xmit() local
1345 eth_data = eth_hdr(skb); in bond_tlb_xmit()
1348 if (!is_multicast_ether_addr(eth_data->h_dest)) { in bond_tlb_xmit()
1378 struct ethhdr *eth_data; in bond_alb_xmit() local
1389 eth_data = eth_hdr(skb); in bond_alb_xmit()
1395 if (is_broadcast_ether_addr(eth_data->h_dest) || in bond_alb_xmit()
1409 if (is_broadcast_ether_addr(eth_data->h_dest)) { in bond_alb_xmit()
1417 if (ether_addr_equal_64bits(eth_data->h_dest, mac_v6_allmcast)) { in bond_alb_xmit()
1451 hash_start = (char *)eth_data->h_dest; in bond_alb_xmit()