Searched refs:ether_addr_is_null (Results 1 – 20 of 20) sorted by relevance
11 assert_se(ether_addr_is_null(&a)); in TEST()19 assert_se(!ether_addr_is_null(&a)); in TEST()27 assert_se(!ether_addr_is_null(&a)); in TEST()
147 assert_return(!ether_addr_is_null(addr), -EINVAL); in sd_ipv4ll_set_mac()273 assert_return(!ether_addr_is_null(&ll->mac), -EINVAL); in ipv4ll_start_internal()
467 assert_return(!ether_addr_is_null(addr), -EINVAL); in sd_ipv4acd_set_mac()582 assert_return(!ether_addr_is_null(&acd->mac_addr), -EINVAL); in sd_ipv4acd_start()
158 assert_return(!ether_addr_is_null(hwaddr), -EINVAL); in sd_lldp_tx_set_hwaddr()603 assert_return(!ether_addr_is_null(&lldp_tx->hwaddr), -EINVAL); in sd_lldp_tx_start()
125 assert(!ether_addr_is_null(ha)); in arp_send_packet()
95 if (!ether_addr_is_null(&lldp_rx->filter_address) && in lldp_rx_keep_neighbor()
200 if (!ether_addr_is_null(&ra->mac_addr)) { in radv_send()
190 if (!ether_addr_is_null(&b->ad_actor_system)) { in netdev_bond_fill_message_create()399 if (ether_addr_is_null(&n) || (n.ether_addr_octet[0] & 0x01)) { in config_parse_ad_actor_system()
1007 if (ether_addr_is_null(&c->sci.mac)) in macsec_receive_channel_verify()1089 if (ether_addr_is_null(&a->sci.mac)) in macsec_receive_association_verify()
447 if (ether_addr_is_null(&a.ether) || ether_addr_is_broadcast(&a.ether)) { in netdev_generate_hw_addr()
84 static inline bool ether_addr_is_null(const struct ether_addr *addr) { in ether_addr_is_null() function
153 if (ether_addr_is_null(&new_hw_addr->ether)) { in net_verify_hardware_address()
117 if (!ether_addr_is_null(&sr_iov->mac)) { in sr_iov_set_netlink_message()
4038 if (a && !ether_addr_is_null(a) && current->n_suppress == 0) { in json_buildv()
193 if (ether_addr_is_null(&hwaddr) || (hwaddr.ether_addr_octet[0] & 0x01)) { in config_parse_dhcp_static_lease_hwaddr()
204 if (ether_addr_is_null(&link->hw_addr.ether)) in ipv4acd_update_mac()
217 if (ether_addr_is_null(&link->hw_addr.ether)) in ipv4ll_update_mac()
86 if (ether_addr_is_null(&link->hw_addr.ether)) in link_ipv4ll_enabled()
547 … return !ether_addr_is_null(&hw_addr->ether) && !ether_addr_is_broadcast(&hw_addr->ether); in hw_addr_is_valid()
1143 if (!ether_addr_is_null(&network->mac)) in network_dump()