Searched refs:permanent_hw_address (Results 1 – 1 of 1) sorted by relevance
271 struct hw_addr_data permanent_hw_address; member554 … (netlink_message_read_hw_addr(m, IFLA_PERM_ADDRESS, &info->permanent_hw_address) >= 0 || in decode_link()555 … ethtool_get_permanent_hw_addr(NULL, info->name, &info->permanent_hw_address) >= 0) && in decode_link()556 !hw_addr_is_null(&info->permanent_hw_address) && in decode_link()557 !hw_addr_equal(&info->permanent_hw_address, &info->hw_address); in decode_link()1711 … r = dump_hw_address(table, hwdb, "Permanent Hardware Address:", &info->permanent_hw_address); in link_status_one()