is_zero_ether_addr  107 include/linux/etherdevice.h 	return !is_multicast_ether_addr(addr) && !is_zero_ether_addr(addr);
is_zero_ether_addr   74 include/net/llc_if.h 	return is_zero_ether_addr(mac);
is_zero_ether_addr   75 net/802/stp.c  	if (is_zero_ether_addr(proto->group_address))
is_zero_ether_addr   89 net/802/stp.c  	if (is_zero_ether_addr(proto->group_address))
is_zero_ether_addr  615 net/8021q/vlan_dev.c 	if (is_zero_ether_addr(dev->dev_addr))
is_zero_ether_addr  617 net/8021q/vlan_dev.c 	if (is_zero_ether_addr(dev->broadcast))
is_zero_ether_addr  558 net/core/pktgen.c 		   print_mac(mac, is_zero_ether_addr(pkt_dev->src_mac) ?
is_zero_ether_addr 2003 net/core/pktgen.c 	if (is_zero_ether_addr(pkt_dev->src_mac))
is_zero_ether_addr  468 net/mac80211/wext.c 		if (is_zero_ether_addr((u8 *) &ap_addr->sa_data))