Searched defs:eth_data (Results 1 - 1 of 1) sorted by relevance

/drivers/net/bonding/
H A Dbond_alb.c1303 struct ethhdr *eth_data = eth_hdr(skb); local
1314 ether_addr_copy(eth_data->h_source,
1337 struct ethhdr *eth_data; local
1342 eth_data = eth_hdr(skb);
1345 if (!is_multicast_ether_addr(eth_data->h_dest)) {
1375 struct ethhdr *eth_data; local
1386 eth_data = eth_hdr(skb);
1392 if (ether_addr_equal_64bits(eth_data->h_dest, mac_bcast) ||
1406 if (ether_addr_equal_64bits(eth_data->h_dest, mac_bcast)) {
1414 if (ether_addr_equal_64bits(eth_data
[all...]

Completed in 66 milliseconds