Lines Matching defs:eth_data
1343 struct ethhdr *eth_data = eth_hdr(skb);
1354 ether_addr_copy(eth_data->h_source,
1375 struct ethhdr *eth_data;
1379 eth_data = eth_hdr(skb);
1382 if (!is_multicast_ether_addr(eth_data->h_dest)) {
1427 struct ethhdr *eth_data;
1432 eth_data = eth_hdr(skb);
1438 if (is_broadcast_ether_addr(eth_data->h_dest) ||
1458 if (is_broadcast_ether_addr(eth_data->h_dest)) {
1466 if (ether_addr_equal_64bits(eth_data->h_dest, mac_v6_allmcast)) {