Lines Matching defs:eth
227 const struct ethhdr *eth, bool local)
235 if (ether_addr_equal_64bits(eth->h_dest, dev->broadcast))
263 const struct ethhdr *eth = eth_hdr(skb);
278 hash = mc_hash(vlan, eth->h_dest);
286 nskb, vlan, eth,
443 const struct ethhdr *eth = eth_hdr(skb);
456 if (is_multicast_ether_addr(eth->h_dest)) {
463 eth = eth_hdr(skb);
464 macvlan_forward_source(skb, port, eth->h_source);
465 src = macvlan_hash_lookup(port, eth->h_source);
470 ret = macvlan_broadcast_one(skb, vlan, eth, 0) ?:
476 hash = mc_hash(NULL, eth->h_dest);
483 macvlan_forward_source(skb, port, eth->h_source);
488 vlan = macvlan_hash_lookup(port, eth->h_dest);
523 const struct ethhdr *eth = skb_eth_hdr(skb);
526 if (is_multicast_ether_addr(eth->h_dest)) {
532 dest = macvlan_hash_lookup(port, eth->h_dest);